diff options
author | raveit65 <[email protected]> | 2017-09-04 13:24:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-04 13:27:27 +0200 |
commit | aa5df95087c8fd13a7cbc4028bfcf32db58ce8f3 (patch) | |
tree | b4d10988a7c94a1bda63140eef2ab80d109e3cfa /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | bab598583f8e75a8ff4d8306ba52abf925c9c6dd (diff) | |
download | mate-themes-aa5df95087c8fd13a7cbc4028bfcf32db58ce8f3.tar.bz2 mate-themes-aa5df95087c8fd13a7cbc4028bfcf32db58ce8f3.tar.xz |
Gtk+-3.20 submarine: reduce border radius for treeview.selected/hover in sidebars
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 4 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css | 4 |
2 files changed, 4 insertions, 4 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; } |