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:55:30 +0200
commit93271a271764c4b672486764902cd935cee66d70 (patch)
treec69c04619a52ad50b815a44c2b99954fcc6a784d /desktop-themes
parent8de90f8860fbb9865ad2cae33c07b320346fde0f (diff)
downloadmate-themes-93271a271764c4b672486764902cd935cee66d70.tar.bz2
mate-themes-93271a271764c4b672486764902cd935cee66d70.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.css6
2 files changed, 10 insertions, 1 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 ea1de94f..8a0b1a4f 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -869,6 +869,10 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
+.toolbar.vertical .image-button.flat.button {
+ padding: 5px;
+}
+
.button.text-button,
GtkFileChooserButton .button {
padding: 5px 4px;
@@ -2242,6 +2246,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 84688156..52f3a7d0 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -872,6 +872,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;
}
/********************
@@ -4643,7 +4648,6 @@ GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
.dialog-action-area.linked .button:only-child,
.dialog-action-area.linked .button:active:only-child,
.dialog-action-area.linked .button:active:hover:only-child,
-
.dialog-action-area.linked .button:checked:only-child,
.dialog-action-area.linked .button:checked:hover:only-child,
.dialog-action-area.linked .button:insensitive:only-child {