summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 21:13:01 +0200
committerraveit65 <[email protected]>2015-08-10 21:15:30 +0200
commitc39167d98e1fb4d48ea5e40e5839335f6eda16b1 (patch)
tree6807ed37cfd42d95055f04158ad4b1ee6f0f196e /desktop-themes/Blue-Submarine/gtk-3.0
parentdf4270e2297005efa6c31226cef2444dda22cb34 (diff)
downloadmate-themes-c39167d98e1fb4d48ea5e40e5839335f6eda16b1.tar.bz2
mate-themes-c39167d98e1fb4d48ea5e40e5839335f6eda16b1.tar.xz
Gtk+-3.18 submarine themes: style yelp toolbar when use without headerbar
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-mdi.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-mdi.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-mdi.css
index db443c2a..e75c41ed 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-mdi.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-mdi.css
@@ -848,3 +848,34 @@ DConfDirView.view {
background-color: shade (@theme_bg_color, 1.08);
}
+/* yelp without headerbar, since gtk+-3.18 */
+
+YelpWindow .horizontal.toolbar.primary-toolbar {
+ padding: 3px;
+}
+
+YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button {
+ padding: 6px;
+}
+
+YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:focus {
+ box-shadow: none;
+}
+
+YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:hover {
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
+YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:first-child {
+ border-radius: 5px 0px 0px 5px;
+ border-right-width: 0px;
+}
+
+YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:last-child {
+ border-radius: 0px 5px 5px 0px;
+ border-left-width: 0px;
+}
+