[gnome-themes-standard] dim-label: focused dim labels should not be white
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] dim-label: focused dim labels should not be white
- Date: Thu, 1 Mar 2012 22:49:00 +0000 (UTC)
commit 248feda9bb2874eacb220eea599fe723904c178c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 1 17:48:13 2012 -0500
dim-label: focused dim labels should not be white
Only when there's a selection, otherwise the text becomes unreadable.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index fd99cc7..715720d 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2388,11 +2388,11 @@ GtkInfoBar:last-child,
}
.dim-label,
-.dim-label:hover {
+.dim-label:hover,
+.dim-label:focus {
color: mix (@theme_fg_color, @theme_bg_color, 0.50);
}
-.dim-label:focus,
.dim-label:selected,
.dim-label:selected:focus {
color: mix (@theme_selected_fg_color, @theme_base_color, 0.50);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]