Fix hidden hyperlink images in Gerrit

Some hyperlinks in Gerrit use background images (why God why?!).  An example is any 'X' link to delete something.  Lets unhide these.

Fixes bug 974413

Change-Id: I851a407750bc0ef70969a897b125861d0106da80
This commit is contained in:
Andrew Hutchings
2012-04-10 11:45:30 +01:00
parent 38a863b10a
commit 23fc190929

View File

@@ -22,7 +22,7 @@ a.gwt-InlineHyperlink {background: none !important}
#gerrit_body tr:nth-child(even)>td.header {background: #EEF3F5; font-style: normal; color: #353535; font-weight: bold;}
#gerrit_body tr:nth-child(odd)>td.header {background: #FFF; font-style: normal; color: #353535; font-weight: bold;}
#gerrit_body tr>td div {background-color: transparent; color: #353535}
#gerrit_body tr>td div a {background: none; color: #353535}
#gerrit_body tr>td div a {background-color: transparent; color: #353535}
#gerrit_body tr:first-child>td {color: #353535; background: #FFF}
#gerrit_topmenu tbody tr td table.gwt-TabBar {color: #353535; border-bottom: 1px solid #C5E2EA;}