diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-27 14:08:47 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-27 14:08:47 +0100 |
commit | 18caa14a20141ab7f7b08b751b287e3193037f02 (patch) | |
tree | 5eec968cbf8f3470f6a656d3ec65a15c5cd3ce65 /desktop-themes | |
parent | 62120ed918f724f9310491ad1bcd4c6cdf4cb08e (diff) | |
download | mate-themes-18caa14a20141ab7f7b08b751b287e3193037f02.tar.bz2 mate-themes-18caa14a20141ab7f7b08b751b287e3193037f02.tar.xz |
Gtk+-3.14 submarine themes: adjust size of popover-scales
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 5 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 40d68ede..9b0568a4 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4935,10 +4935,11 @@ GtkOverlay.osd { }
.popover.scale-popup.background {
- border-radius: 4px;
- margin: 0px;
+ border-radius: 6px;
+ margin: 10px;
padding: 0px;
border-style: none;
+ box-shadow: 0 1px 5px @wm_shadow;
}
.popover.scale-popup .flat.button.image-button:insensitive {
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index eea3d197..fea72c7c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4917,10 +4917,11 @@ GtkOverlay.osd { }
.popover.scale-popup.background {
- border-radius: 4px;
- margin: 0px;
+ border-radius: 6px;
+ margin: 10px;
padding: 0px;
border-style: none;
+ box-shadow: 0 1px 5px @wm_shadow;
}
.popover.scale-popup .flat.button.image-button:insensitive {
|