[bugzilla-gnome-org-customizations/production] CSS: Don't show obvious links for help links on show_bug.cgi etc



commit 5b866893cc4e795df949e7282b4f0a7d6d8802d8
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri Feb 13 23:22:50 2015 +0100

    CSS: Don't show obvious links for help links on show_bug.cgi etc
    
    Bug 744316

 skins/contrib/Gnome/global.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/skins/contrib/Gnome/global.css b/skins/contrib/Gnome/global.css
index 73105d2..ded5429 100644
--- a/skins/contrib/Gnome/global.css
+++ b/skins/contrib/Gnome/global.css
@@ -20,3 +20,8 @@
         vertical-align: bottom;
     }
 
+    /* Don't show obvious links for help links on show_bug.cgi etc - bug 744136 */
+    .field_label > a, .field_label > label > a {
+        text-decoration: none;
+        color: #222222;
+    }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]