From 8b44c534a963999a59834708e15dcb8926279e00 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 25 Feb 2016 16:34:34 +0100 Subject: GTK+-3.20 Blue-Submarine: fix rubberband bg color + bg color of selected icons if unfocused --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Blue-Submarine') 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 a0162f87..fd499bdf 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -157,8 +157,11 @@ tooltip * { background-image: url("assets/resize-grip.svg"); } +/* ie. selection mouse retancle in caja */ view.rubberband, -rubberband { +rubberband, +.view.rubberband, +.rubberband { background-color: alpha (@theme_selected_bg_color, 0.35); border-color: @theme_selected_bg_color; border-style: solid; @@ -2960,7 +2963,9 @@ calendar.header stackswitcher > button.titlebutton > image { padding-bottom: 3px; } +stackswitcher.linked.stack-switcher > button.text-button.radio, stackswitcher > button.text-button.radio, +stackswitcher > .linked.stackswitcher > button.text-button.radio, stackswitcher > button.image-button.radio, headerbar stackswitcher > button.titlebutton, headerbar.titlebar stackswitcher > button.titlebutton, @@ -4012,6 +4017,11 @@ view text selection:focus, text-shadow: none; } +/* ie. coloe of selected icons if unfocused */ +.view:active { + background-color: shade(@theme_bg_color, 0.8); +} + .view text selection:focus, .view:selected:focus { text-shadow: 0px 1px @theme_selected_shadow_color; -- cgit v1.2.1