summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css12
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css7
2 files changed, 10 insertions, 9 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 cc4aece1..013e666e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3011,7 +3011,7 @@ toolbar.inline-toolbar {
color-stop (0.50, shade(@button_base, 0.96)),
color-stop (0.50, shade(@button_base, 0.95)),
to (shade(@button_base, 0.94)));
- border-width: 0 1px 1px 0px;
+ border-width: 0px 1px 1px 1px;
border-style: solid;
border-radius: 0px;
border-top-color: shade(@button_border, 1.00);
@@ -4126,11 +4126,6 @@ viewport.frame {
padding: 0px;
}
-/* ie. export-assistant caja-actions */
-viewport.frame {
- background-color: shade(@theme_base_color, 1.00);
-}
-
GdMainIconView.content-view {
-GdMainIconView-icon-size: 40;
}
@@ -5885,7 +5880,6 @@ headerbar,
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
background-color: @theme_bg_dark_color;
padding: 6px 6px 5px 6px;
- text-shadow: 0 1px @wm_title_shadow;
background-image: linear-gradient(to bottom,
@wm_bg_a,
@wm_bg_b);
@@ -6032,6 +6026,10 @@ headerbar > button:disabled {
-gtk-icon-shadow: none;
}
+headerbar.titlebar .linked button.image-button:disabled {
+ box-shadow: none;
+}
+
headerbar > button.text-button:hover,
headerbar > button.text-button:focus,
headerbar > button.text-button,
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 e0732463..fa75b81d 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3013,7 +3013,7 @@ toolbar.inline-toolbar {
color-stop (0.50, shade(@button_base, 0.96)),
color-stop (0.50, shade(@button_base, 0.95)),
to (shade(@button_base, 0.94)));
- border-width: 0 1px 1px 0px;
+ border-width: 0px 1px 1px 1px;
border-style: solid;
border-radius: 0px;
border-top-color: shade(@button_border, 1.00);
@@ -5878,7 +5878,6 @@ headerbar,
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
background-color: @theme_bg_dark_color;
padding: 6px 6px 5px 6px;
- text-shadow: 0 1px @wm_title_shadow;
background-image: linear-gradient(to bottom,
@wm_bg_a,
@wm_bg_b);
@@ -6025,6 +6024,10 @@ headerbar > button:disabled {
-gtk-icon-shadow: none;
}
+headerbar.titlebar .linked button.image-button:disabled {
+ box-shadow: none;
+}
+
headerbar > button.text-button:hover,
headerbar > button.text-button:focus,
headerbar > button.text-button,