Tweaked Xfce-notify GTK3 rules

master
Christian Medel 2019-02-28 12:46:37 -05:00
parent a4024eed58
commit 4610e6c873
1 changed files with 24 additions and 24 deletions

View File

@ -2481,34 +2481,34 @@ panel-toplevel.background na-tray-applet {
border: none; border: none;
background-color: shade(@taskbar_bg_color, 0.93); } background-color: shade(@taskbar_bg_color, 0.93); }
#XfceNotifyWindow .osd { #XfceNotifyWindow.osd {
background-color: @theme_bg_color; background-color: @theme_bg_color;
color: @theme_fg_color; color: @theme_fg_color;
border-radius: 2px; border-radius: 2px;
border: none; } border: none; }
#XfceNotifyWindow.osd label#summary { #XfceNotifyWindow.osd label#summary {
font-weight: bold; } font-weight: bold; }
#XfceNotifyWindow.osd button { #XfceNotifyWindow.osd button {
padding: 4px 9px; padding: 4px 9px;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
border-radius: 2px; border-radius: 2px;
color: @theme_fg_color; color: @theme_fg_color;
border-color: shade(@borders, 0.55); border-color: shade(@borders, 0.55);
background-color: shade(@theme_bg_color, 1.08); background-color: shade(@theme_bg_color, 1.08);
-gtk-outline-radius: 2px; -gtk-outline-radius: 2px;
box-shadow: inset 3px 3px @light_shadow, inset 1px 1px @theme_bg_color, inset -2px -2px shade(@theme_bg_color, 0.85), inset -1px -1px shade(@theme_bg_color, 0.65); box-shadow: inset 3px 3px @light_shadow, inset 1px 1px @theme_bg_color, inset -2px -2px shade(@theme_bg_color, 0.85), inset -1px -1px shade(@theme_bg_color, 0.65);
outline-offset: 2px; outline-offset: 2px;
outline-style: solid; outline-style: solid;
outline-color: alpha(@dark_shadow, 0.5); } outline-color: alpha(@dark_shadow, 0.5); }
#XfceNotifyWindow.osd button:active, #XfceNotifyWindow.osd button:checked { #XfceNotifyWindow.osd button:active, #XfceNotifyWindow.osd button:checked {
background-color: shade(@theme_bg_color, 0.9); background-color: shade(@theme_bg_color, 0.9);
box-shadow: inset -3px -3px shade(@theme_base_color, 0.9), inset -1px -1px shade(@theme_bg_color, 0.9), inset 2px 2px shade(@theme_bg_color, 0.85), inset 1px 1px shade(@theme_bg_color, 0.65); } box-shadow: inset -3px -3px shade(@theme_base_color, 0.9), inset -1px -1px shade(@theme_bg_color, 0.9), inset 2px 2px shade(@theme_bg_color, 0.85), inset 1px 1px shade(@theme_bg_color, 0.65); }
#XfceNotifyWindow.osd button:active:disabled, #XfceNotifyWindow.osd button:checked:disabled { #XfceNotifyWindow.osd button:active:disabled, #XfceNotifyWindow.osd button:checked:disabled {
color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.1); } color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.1); }
#XfceNotifyWindow.osd button:disabled { #XfceNotifyWindow.osd button:disabled {
color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.5); color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.5);
box-shadow: inset 3px 3px @light_shadow, inset 1px 1px @theme_bg_color, inset -2px -2px shade(@theme_bg_color, 0.95); } box-shadow: inset 3px 3px @light_shadow, inset 1px 1px @theme_bg_color, inset -2px -2px shade(@theme_bg_color, 0.95); }
.nemo-window .nemo-window-pane widget.entry { .nemo-window .nemo-window-pane widget.entry {
border: 1px solid; border: 1px solid;