mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-02 04:01:41 +00:00
Enhancement: Fixes #29, implement GtkFrame styles
This commit is contained in:
BIN
themes/luna/blue/Resources/frame_border.png
Normal file
BIN
themes/luna/blue/Resources/frame_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 B |
26
themes/luna/blue/gtk-3.0/controls/frame.scss
Normal file
26
themes/luna/blue/gtk-3.0/controls/frame.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
@import "controls/checkbox";
|
@import "controls/checkbox";
|
||||||
@import "controls/combobox";
|
@import "controls/combobox";
|
||||||
@import "controls/entry";
|
@import "controls/entry";
|
||||||
|
@import "controls/frame";
|
||||||
@import "controls/link";
|
@import "controls/link";
|
||||||
@import "controls/menu";
|
@import "controls/menu";
|
||||||
@import "controls/menubar";
|
@import "controls/menubar";
|
||||||
|
|||||||
Reference in New Issue
Block a user