move gtk3 styles for xfce4-notifyd into sass
(cherry picked from commit 7fbc94a) (cherry picked from commit 00ba709)pull/549/merge
parent
dbf231b152
commit
30b14f77d0
|
@ -8,7 +8,8 @@
|
||||||
@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;
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
@include exports("osd") {
|
@include exports("osd") {
|
||||||
overlay.osd { background-color: transparent; }
|
overlay.osd { background-color: transparent; }
|
||||||
|
|
||||||
button.osd {
|
button.osd,
|
||||||
|
#XfceNotifyWindow button {
|
||||||
@include button($osd_bg, $osd_fg);
|
@include button($osd_bg, $osd_fg);
|
||||||
|
|
||||||
&.image-button {
|
&.image-button {
|
||||||
|
@ -37,7 +38,8 @@
|
||||||
&.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
|
&.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
|
||||||
}
|
}
|
||||||
|
|
||||||
.osd {
|
.osd,
|
||||||
|
#XfceNotifyWindow {
|
||||||
background-color: $osd_bg;
|
background-color: $osd_bg;
|
||||||
color: $osd_fg;
|
color: $osd_fg;
|
||||||
|
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
#XfceNotifyWindow {
|
|
||||||
background-color: #111111;
|
|
||||||
border-color: #444444;
|
|
||||||
border-radius: 2px;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow:hover {
|
|
||||||
border-color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow label {
|
|
||||||
color: #f9f9f9;
|
|
||||||
-GtkWidget-link-color: #f0544c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow label#summary {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow button {
|
|
||||||
background-color: #444444;
|
|
||||||
color: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow button:hover {
|
|
||||||
background-color: #555555;
|
|
||||||
}
|
|
||||||
|
|
||||||
#XfceNotifyWindow button:active {
|
|
||||||
background-color: #444444;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TODO: Implement progressbar style */
|
|
Loading…
Reference in New Issue