[bugzilla-gnome-org-customizations] CSS: Don't show obvious links for help links on show_bug.cgi etc
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] CSS: Don't show obvious links for help links on show_bug.cgi etc
- Date: Fri, 13 Feb 2015 22:41:30 +0000 (UTC)
commit f66a1ae49951cd99ccc4a6bf4e86bfc90a1d3641
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]