mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
First publishable version
This commit is contained in:
parent
c8b05825a0
commit
d32217c528
295 changed files with 28883 additions and 6764 deletions
17
source/common/xfce.scss
Normal file
17
source/common/xfce.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#XfceNotifyWindow {
|
||||
|
||||
color: $hint_fg;
|
||||
border-radius: $window_radius;
|
||||
border-width: $border_width;
|
||||
border-style: solid;
|
||||
@include relief($hint_bg);
|
||||
label {color: $hint_fg}
|
||||
label #summary { font-weight: bold; }
|
||||
|
||||
button {
|
||||
@include button(osd);
|
||||
&:hover {@include button(osd-hover); }
|
||||
&:active {@include button(osd-active);}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue