File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 .menu { -gtk-image-effect : none ; }
2525 }
26+
27+ #XfceNotifyWindow {
28+ background-color : $osd_bg ;
29+ color : $osd_fg ;
30+ border-radius : $roundness ;
31+ border : 1px solid border_normal ($osd_bg );
32+
33+ Gtk Label {
34+ & #summary {
35+ font-weight : bold ;
36+ }
37+ }
38+ }
2639}
Original file line number Diff line number Diff line change 88@include exports (" osd" ) {
99 Gtk Overlay .osd { background-color : transparent ; }
1010
11- .osd ,
12- #XfceNotifyWindow {
11+ .osd {
1312 & .background {
1413 background-color : alpha ($osd_bg , .8 );
1514 color : $osd_fg ;
Original file line number Diff line number Diff line change 2727 text-shadow : none ;
2828 }
2929 }
30+
31+ #XfceNotifyWindow {
32+ .osd {
33+ background-color : $osd_bg ;
34+ color : $osd_fg ;
35+ border-radius : $roundness ;
36+ border : 1px solid border_normal ($osd_bg );
37+ }
38+
39+ & .osd {
40+ label {
41+ & #summary {
42+ font-weight : bold ;
43+ }
44+ }
45+ }
46+ }
3047}
Original file line number Diff line number Diff line change 2323 }
2424 }
2525
26- button .osd ,
27- #XfceNotifyWindow button {
26+ button .osd {
2827 @include button ($osd_bg , $osd_fg );
2928
3029 & .image-button {
7372 }
7473 }
7574
76- .osd ,
77- #XfceNotifyWindow {
75+ .osd {
7876 background-color : $osd_bg ;
7977 color : $osd_fg ;
8078
You can’t perform that action at this time.
0 commit comments