Enhancement: Fixes #29, implement GtkFrame styles

This commit is contained in:
Rory Fewell
2020-11-14 23:27:07 +00:00
parent 21c475cab7
commit e7e12aa07c
3 changed files with 27 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

View File

@@ -0,0 +1,26 @@
/**
* frame.scss - Frame Widget Luna (Blue) Styles
*
* This source-code is part of Windows XP stuff for XFCE:
* <<https://www.oddmatics.uk>>
*
* Author(s): Rory Fewell <roryf@oddmatics.uk>
*/
frame
{
& > border:not(.flat)
{
border-image: url("../Resources/frame_border.png") 3 stretch;
border-style: solid;
border-width: 3px;
margin: 0px;
padding: 0px;
}
& > label
{
color: #0046D5;
padding: 0px 5px;
}
}

View File

@@ -12,6 +12,7 @@
@import "controls/checkbox";
@import "controls/combobox";
@import "controls/entry";
@import "controls/frame";
@import "controls/link";
@import "controls/menu";
@import "controls/menubar";