summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-25 19:25:55 +0100
committerraveit65 <[email protected]>2016-02-25 19:27:17 +0100
commitf721c834b6c26703269360067da03e40e20523ee (patch)
treee05a968ac80d6e3e633b9bd00ad247ff6e5751dc /desktop-themes/Blue-Submarine
parent947a13fb182cfbc3e3ed132e49b834c84119ed23 (diff)
downloadmate-themes-f721c834b6c26703269360067da03e40e20523ee.tar.bz2
mate-themes-f721c834b6c26703269360067da03e40e20523ee.tar.xz
GTK3+-3.20 Blue-Submarine: corrections for rhythmbox
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css13
2 files changed, 23 insertions, 10 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 fd499bdf..a1dfe249 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2362,11 +2362,6 @@ combobox arrow {
* Toolbars *
************/
-toolbar * {
- background-image: none;
- background-color: alpha (@theme_base_color, 0.0);
-}
-
GtkHandleBox,
toolbar {
padding: 2px 4px;
@@ -2392,11 +2387,18 @@ toolbar button.flat.image-button label {
}
toolbar toolitem combobox button.combo,
+toolbar toolbutton button.flat.toggle.popup:focus,
+toolbar toolbutton button.flat.toggle.popup:disabled,
toolbar toolbutton button.flat.image-button:disabled {
box-shadow: none;
background-image: none;
}
+toolbar toolbutton button.flat.toggle.popup:focus {
+
+}
+
+toolbar toolbutton button.flat.toggle.popup:focus:hover,
toolbar toolitem combobox button.combo:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -2463,8 +2465,9 @@ toolbar.primary-toolbar:disabled {
/* primary toolbar buttons */
toolbar button,
-toolbar.primary-toolbar button {
-/* -GtkWidget-focus-line-width: 0; */
+toolbar.primary-toolbar button,
+toolbar.primary-toolbar .linked button,
+toolbar.primary-toolbar button:focus {
border-image: none;
border-style: solid;
border-color: transparent;
@@ -2514,7 +2517,6 @@ toolbar.primary-toolbar button:disabled {
background-image: none;
background-color: alpha (@theme_base_color, 0.0);
border-color: transparent;
- /* -GtkWidget-focus-line-width: 0; */
}
toolbar button *:disabled {
@@ -3442,9 +3444,7 @@ notebook tab.reorderable-page:active {
/* close button styling */
-notebook button.flat,
notebook button.flat.small-button {
- color: mix (@theme_fg_color, @theme_bg_color, 0.85);
border-image: none;
background-image: none;
background-color: transparent;
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 3fb67f93..bbc9852e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -719,6 +719,19 @@ na-tray-applet {
border-style: none;
}
+#caja-tab-close-button.flat,
+.pluma-window notebook button.flat {
+ border-image: none;
+ background-image: none;
+ background-color: transparent;
+ border-radius: 4px;
+ border-style: solid;
+ border-color: transparent;
+ border-width: 1px;
+ padding: 1px;
+ -gtk-icon-shadow: none;
+}
+
/***********************
* Mate-Control-Center *
***********************/