diff options
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; } |