diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-27 16:05:46 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-27 16:05:46 +0100 |
commit | 3ecdf90efd8a6e55bd0156eb442b7edbc4b195f3 (patch) | |
tree | c098cde8e3bc1940234404ec9694bcb3629dcad1 /desktop-themes | |
parent | 6817c3fb376dd8be44e8f22ce1ef2799080bd50e (diff) | |
download | mate-themes-3ecdf90efd8a6e55bd0156eb442b7edbc4b195f3.tar.bz2 mate-themes-3ecdf90efd8a6e55bd0156eb442b7edbc4b195f3.tar.xz |
Gtk+-3.14 Green Laguna: reduce width of .popover.scale-popup
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index e2ca7d19..dd736506 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2251,6 +2251,17 @@ GtkProgressBar.osd.progressbar { background-color: @theme_base_color; } +.popover.scale-popup.background { + border-color: shade(@theme_bg_color, 0.8); + border-width: 1px; + border-style: solid; + border-radius: 6px; + margin: 12px; + padding: 0px; + border-style: none; + box-shadow: 0 1px 5px @wm_shadow; +} + GtkModelButton.button { color: @theme_selected_fg_color; border-radius: 3px; |