Update xfce4-notifyd specific gtk3 style. Fixes #677.
* Separate #XfceNotifyWindow spesific style * Move #XfceNotifyWindow code to apps/_xfce.scsspull/693/merge
parent
0b32082d46
commit
8083a96a14
|
@ -23,4 +23,17 @@
|
||||||
|
|
||||||
.menu { -gtk-image-effect: none; }
|
.menu { -gtk-image-effect: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#XfceNotifyWindow {
|
||||||
|
background-color: $osd_bg;
|
||||||
|
color: $osd_fg;
|
||||||
|
border-radius: $roundness;
|
||||||
|
border: 1px solid border_normal($osd_bg);
|
||||||
|
|
||||||
|
GtkLabel {
|
||||||
|
&#summary {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
@include exports("osd") {
|
@include exports("osd") {
|
||||||
GtkOverlay.osd { background-color: transparent; }
|
GtkOverlay.osd { background-color: transparent; }
|
||||||
|
|
||||||
.osd,
|
.osd {
|
||||||
#XfceNotifyWindow {
|
|
||||||
&.background {
|
&.background {
|
||||||
background-color: alpha($osd_bg, .8);
|
background-color: alpha($osd_bg, .8);
|
||||||
color: $osd_fg;
|
color: $osd_fg;
|
||||||
|
|
|
@ -27,4 +27,21 @@
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#XfceNotifyWindow {
|
||||||
|
.osd {
|
||||||
|
background-color: $osd_bg;
|
||||||
|
color: $osd_fg;
|
||||||
|
border-radius: $roundness;
|
||||||
|
border: 1px solid border_normal($osd_bg);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.osd {
|
||||||
|
label {
|
||||||
|
&#summary {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button.osd,
|
button.osd {
|
||||||
#XfceNotifyWindow button {
|
|
||||||
@include button($osd_bg, $osd_fg);
|
@include button($osd_bg, $osd_fg);
|
||||||
|
|
||||||
&.image-button {
|
&.image-button {
|
||||||
|
@ -73,8 +72,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.osd,
|
.osd {
|
||||||
#XfceNotifyWindow {
|
|
||||||
background-color: $osd_bg;
|
background-color: $osd_bg;
|
||||||
color: $osd_fg;
|
color: $osd_fg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue