summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-03 13:56:04 +0200
committerraveit65 <[email protected]>2015-09-03 13:56:04 +0200
commit071163501d332bc704836288d9e22bd60b85d16d (patch)
treec5b2a77de0b1ad4f58f2d0f0f0aa847fac0e1f8b /desktop-themes/Blue-Submarine
parent6e26ccf32250d46ef5d16b68d97312b491c531ca (diff)
downloadmate-themes-071163501d332bc704836288d9e22bd60b85d16d.tar.bz2
mate-themes-071163501d332bc704836288d9e22bd60b85d16d.tar.xz
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 8ea5791e..650900b8 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1313,3 +1313,38 @@ GvcMixerDialog .vertical.dialog-vbox .notebook .frame.flat GtkScrolledWindow.fra
border-style: solid;
}
+/*******
+ * Eom *
+ *******/
+
+EomWindow .vertical.primary-toolbar .horizontal.toolbar {
+ border-bottom-color: @theme_bg_dark_color;
+}
+
+EomThumbNav .button.flat {
+ border-width: 1px;
+ border-color: @button_border;
+ border-image: none;
+}
+
+EomThumbNav .button.flat:first-child {
+ border-radius: 5px 0px 0px 5px;
+ border-right-width: 0px;
+}
+
+EomThumbNav .button.flat:last-child {
+ border-radius: 0px 5px 5px 0px;
+ border-left-width: 0px;
+}
+
+EomThumbNav .button.flat: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);
+}
+
+EomThumbNav .button.flat:insensitive {
+ border-color: transparent;
+}
+