summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-08-30 15:14:19 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2013-08-31 11:28:06 -0700
commit9a858754d2d0662f8d176dde1ea092064b516c06 (patch)
tree0481f1feb93c9e85f70539a3b1dda11b3133146f
parent3ab3f04c6b9b6c78446f770941e6152d02ff4cf1 (diff)
downloadgnome-themes-standard-9a858754d2d0662f8d176dde1ea092064b516c06.tar.gz
Use currentColor to set the color property of dim-labels
https://bugzilla.gnome.org/show_bug.cgi?id=706408
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a2243237..c0135813 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4031,16 +4031,8 @@ GtkInfoBar {
* Dim labels *
**************/
.view.dim-label,
-.dim-label,
-.dim-label:hover,
-.dim-label:focus {
- color: mix (@theme_fg_color, @theme_bg_color, 0.50);
- text-shadow: none;
-}
-
-.dim-label:selected,
-.dim-label:selected:focus {
- color: mix (@theme_selected_fg_color, @theme_base_color, 0.50);
+.dim-label {
+ color: alpha(currentColor, 0.55);
text-shadow: none;
}