diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 203b2bf..c3084b7 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -776,6 +776,11 @@ button.circular, button.circular-button { border-radius: 50%; -gtk-outline-radius: 50%; } +printdialog paper { + border: 1px solid @borders; + background: @light_shadow; + padding: 0; } + menu, .menu { margin: 4px; padding: 0; @@ -2476,6 +2481,35 @@ panel-toplevel.background na-tray-applet { border: none; background-color: shade(@taskbar_bg_color, 0.93); } +#XfceNotifyWindow .osd { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-radius: 2px; + border: none; } +#XfceNotifyWindow.osd label#summary { + font-weight: bold; } +#XfceNotifyWindow.osd button { + padding: 4px 9px; + border-style: solid; + border-width: 1px; + border-radius: 2px; + color: @theme_fg_color; + border-color: shade(@borders, 0.55); + background-color: shade(@theme_bg_color, 1.08); + -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); + outline-offset: 2px; + outline-style: solid; + outline-color: alpha(@dark_shadow, 0.5); } + #XfceNotifyWindow.osd button:active, #XfceNotifyWindow.osd button:checked { + 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); } + #XfceNotifyWindow.osd button:active:disabled, #XfceNotifyWindow.osd button:checked:disabled { + color: mix(@theme_fg_color, @theme_unfocused_disabled_fg_color, 0.1); } + #XfceNotifyWindow.osd button:disabled { + 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); } + .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px;