summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-25 08:18:04 +0100
committerraveit65 <[email protected]>2017-03-25 08:20:19 +0100
commitffd80fe55b6a09c8fde80558bce0cfffa950fc16 (patch)
tree07f677c328dc940131901851a2f09178cf089d0d /desktop-themes
parent0f78063507315b6b957749a91b24832abb15da37 (diff)
downloadmate-themes-ffd80fe55b6a09c8fde80558bce0cfffa950fc16.tar.bz2
mate-themes-ffd80fe55b6a09c8fde80558bce0cfffa950fc16.tar.xz
Gtk+-3.20 Submarine: set color for dim-labels at list rows
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css8
2 files changed, 10 insertions, 6 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;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 4d2e7411..cc59c679 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5079,14 +5079,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;
}