summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 19:55:30 +0200
committerraveit65 <[email protected]>2015-09-14 19:57:08 +0200
commit4dbd837fdf04d82bd32d93c1035e7905f8fe77ab (patch)
treef55b4ddc7e8d78e02eaa0dca0ab7764d0d429998 /desktop-themes
parent6c1408dfb3b617f290ecd239a313817a452df492 (diff)
downloadmate-themes-4dbd837fdf04d82bd32d93c1035e7905f8fe77ab.tar.bz2
mate-themes-4dbd837fdf04d82bd32d93c1035e7905f8fe77ab.tar.xz
Gtk3 submarine themes: style vertical toolbar + buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css5
2 files changed, 10 insertions, 0 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 43a4c8a8..d2bc1a81 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -851,6 +851,10 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
+.toolbar.vertical .image-button.flat.button {
+ padding: 5px;
+}
+
.button.text-button,
GtkFileChooserButton .button {
padding: 5px 4px;
@@ -2224,6 +2228,7 @@ GtkHandleBox,
.toolbar.vertical {
border-radius: 4px 0 0 4px;
+ padding: 2px;
}
/********************
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 a4e547d2..7deba0af 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -854,6 +854,10 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
+.toolbar.vertical .image-button.flat.button {
+ padding: 5px;
+}
+
.button.text-button,
GtkFileChooserButton .button {
padding: 5px 4px;
@@ -2206,6 +2210,7 @@ GtkHandleBox,
.toolbar.vertical {
border-radius: 4px 0 0 4px;
+ padding: 2px;
}
/********************