diff options
author | raveit65 <[email protected]> | 2015-12-22 15:15:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-12-22 15:15:59 +0100 |
commit | 58f33a806937fc7eb5713c8526356a88b4b890ac (patch) | |
tree | ee2b0bb79ef3fb378aa7fb5e946da60265a6b2d7 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 632607adf3078d74afac021fed8d86c8cd1053e6 (diff) | |
download | mate-themes-58f33a806937fc7eb5713c8526356a88b4b890ac.tar.bz2 mate-themes-58f33a806937fc7eb5713c8526356a88b4b890ac.tar.xz |
GTK3: submarine themes: adjustments for gnome-mplayer buttons
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 0c7b824a..f42d5785 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -809,6 +809,13 @@ GtkScrolledWindow.frame { border-image: none;
}
+/* ie. controls gnome-mplayer, virtual-manager */
+.button.flat.image-button,
+.button.flat.image-button:hover,
+GtkVolumeButton.button.flat {
+ padding: 4px;
+}
+
.button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
|