GTK3: Darken Xfce-notification background color
This commit is contained in:
parent
0c9800f838
commit
999fd70f32
@ -5232,6 +5232,10 @@ filechooser placessidebar.sidebar,
|
|||||||
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
||||||
box-shadow: inset 4px 0 0 #2777ff; }
|
box-shadow: inset 4px 0 0 #2777ff; }
|
||||||
|
|
||||||
|
/* XFCE4 NOTIFICATIONS */
|
||||||
|
#XfceNotifyWindow {
|
||||||
|
background-color: #272a34; }
|
||||||
|
|
||||||
/* Whisker menu */
|
/* Whisker menu */
|
||||||
#whiskermenu-window entry {
|
#whiskermenu-window entry {
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
|||||||
@ -5232,6 +5232,10 @@ filechooser placessidebar.sidebar,
|
|||||||
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
||||||
box-shadow: inset 4px 0 0 #2777ff; }
|
box-shadow: inset 4px 0 0 #2777ff; }
|
||||||
|
|
||||||
|
/* XFCE4 NOTIFICATIONS */
|
||||||
|
#XfceNotifyWindow {
|
||||||
|
background-color: #272a34; }
|
||||||
|
|
||||||
/* Whisker menu */
|
/* Whisker menu */
|
||||||
#whiskermenu-window entry {
|
#whiskermenu-window entry {
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
|||||||
@ -5253,6 +5253,10 @@ filechooser placessidebar.sidebar,
|
|||||||
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
|
||||||
box-shadow: inset 4px 0 0 #2777ff; }
|
box-shadow: inset 4px 0 0 #2777ff; }
|
||||||
|
|
||||||
|
/* XFCE4 NOTIFICATIONS */
|
||||||
|
#XfceNotifyWindow {
|
||||||
|
background-color: #272a34; }
|
||||||
|
|
||||||
/* Whisker menu */
|
/* Whisker menu */
|
||||||
#whiskermenu-window entry {
|
#whiskermenu-window entry {
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
|||||||
@ -81,6 +81,9 @@ filechooser,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XFCE4 NOTIFICATIONS */
|
||||||
|
#XfceNotifyWindow { background-color: darken($osd_bg_color, 4%); }
|
||||||
|
|
||||||
/* Whisker menu */
|
/* Whisker menu */
|
||||||
#whiskermenu-window {
|
#whiskermenu-window {
|
||||||
entry {
|
entry {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user