summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-25 08:18:04 +0100
committerraveit65 <[email protected]>2017-03-25 08:19:02 +0100
commit6790ddd5a0f7211a05f5a8aa972deb288a4e839c (patch)
tree35cd1ed763a61d0adec4f774b37fb0e3f95dc4fc /desktop-themes/Blue-Submarine
parentd2d4ded25ab92c265a6453a9cd9337048cce83fd (diff)
downloadmate-themes-6790ddd5a0f7211a05f5a8aa972deb288a4e839c.tar.bz2
mate-themes-6790ddd5a0f7211a05f5a8aa972deb288a4e839c.tar.xz
Gtk+-3.20 Submarine: set color for dim-labels at list rows
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
1 files changed, 5 insertions, 3 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 3d7f4b21..0d6ac0d1 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5075,14 +5075,16 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical {
.view.dim-label,
.dim-label,
.dim-label:hover,
-.dim-label:focus {
+.dim-label:focus,
+list row.activatable .dim-label {
color: mix (@theme_fg_color, @theme_bg_color, 0.27);
text-shadow: none;
}
.dim-label:selected,
-.dim-label:selected:focus {
- color: @theme_selected_fg_color;
+.dim-label:selected:focus,
+list row.activatable:selected .dim-label {
+ color: shade (@theme_selected_fg_color, 0.7);
text-shadow: none;
}