summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-04 13:24:16 +0200
committerraveit65 <[email protected]>2017-09-04 13:27:27 +0200
commitaa5df95087c8fd13a7cbc4028bfcf32db58ce8f3 (patch)
treeb4d10988a7c94a1bda63140eef2ab80d109e3cfa
parentbab598583f8e75a8ff4d8306ba52abf925c9c6dd (diff)
downloadmate-themes-aa5df95087c8fd13a7cbc4028bfcf32db58ce8f3.tar.bz2
mate-themes-aa5df95087c8fd13a7cbc4028bfcf32db58ce8f3.tar.xz
Gtk+-3.20 submarine: reduce border radius for treeview.selected/hover in sidebars
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css4
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css4
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css4
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/sidebar.css4
4 files changed, 8 insertions, 8 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 8d098942..a6bcabcf 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -68,7 +68,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame {
color-stop (0.40, shade (@sidebar_selected_bg, 0.98)),
to (shade(@sidebar_selected_bg, 1.05)));
color: @theme_selected_fg_color;
- border-radius: 6px;
+ border-radius: 3px;
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: shade (@sidebar_selected_bg, 0.90) #bbb shade (@sidebar_selected_bg, 1.05);
@@ -88,7 +88,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame {
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
inset 0px -1px shade (@theme_selected_bg_color, 1.3);
color: shade (@theme_fg_color, 0.90);
- border-radius: 6px;
+ border-radius: 3px;
text-shadow: none;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
index 20db4ed6..a2e9e928 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
@@ -57,7 +57,7 @@ placessidebar.sidebar.frame viewport.frame list row.activatable.sidebar-row reve
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: shade (@sidebar_selected_bg, 0.90) #bbb shade (@sidebar_selected_bg, 1.05);
- border-radius: 6px;
+ border-radius: 3px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
@@ -82,7 +82,7 @@ placessidebar.sidebar.frame viewport.frame list row.activatable.sidebar-row reve
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
inset 0px -1px shade (@theme_selected_bg_color, 1.3);
color: shade (@theme_fg_color, 0.90);
- border-radius: 6px;
+ border-radius: 3px;
text-shadow: none;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 3e2b9d28..8625ce86 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -68,7 +68,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame {
color-stop (0.40, shade (@sidebar_selected_bg, 0.98)),
to (shade(@sidebar_selected_bg, 1.05)));
color: @theme_selected_fg_color;
- border-radius: 6px;
+ border-radius: 3px;
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: shade (@sidebar_selected_bg, 0.90) #bbb shade (@sidebar_selected_bg, 1.05);
@@ -88,7 +88,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame {
inset -1px 0px shade(@selected_bg_color, 0.93),
inset 0px -1px shade(@selected_bg_color, 0.93);
color: shade (@theme_fg_color, 0.90);
- border-radius: 6px;
+ border-radius: 3px;
text-shadow: none;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css
index 5b79f114..68fb5eb3 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css
@@ -57,7 +57,7 @@ placessidebar.sidebar.frame viewport.frame list row.activatable.sidebar-row reve
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: shade (@sidebar_selected_bg, 0.90) #bbb shade (@sidebar_selected_bg, 1.05);
- border-radius: 6px;
+ border-radius: 3px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
@@ -82,7 +82,7 @@ placessidebar.sidebar.frame viewport.frame list row.activatable.sidebar-row reve
inset -1px 0px shade(@selected_bg_color, 0.93),
inset 0px -1px shade(@selected_bg_color, 0.93);
color: shade (@theme_fg_color, 0.90);
- border-radius: 6px;
+ border-radius: 3px;
text-shadow: none;
}