summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 19:55:30 +0200
committerraveit65 <[email protected]>2015-09-14 19:56:48 +0200
commit158411d51c69220e3cd0d41a2b8f94b91f1dc567 (patch)
treed3d95fe29c9fa67c79d61335ab267597bc5393e7
parentcc0e94e9ee34566202ff7f1a74412e8e2ea23355 (diff)
downloadmate-themes-158411d51c69220e3cd0d41a2b8f94b91f1dc567.tar.bz2
mate-themes-158411d51c69220e3cd0d41a2b8f94b91f1dc567.tar.xz
Gtk3 submarine themes: style vertical toolbar + buttons
-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 {