diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-11-05 09:34:24 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-11-05 09:34:24 +1000 |
commit | 53819aceb30501345fcec6b93b8a1980f0659545 (patch) | |
tree | d1fa3013a1c0c21d81c0ad4778949300f8ef8988 /skins | |
parent | Bug 387292 - Advertise the ability to change the email address (diff) | |
download | bugzilla-53819aceb30501345fcec6b93b8a1980f0659545.tar.gz bugzilla-53819aceb30501345fcec6b93b8a1980f0659545.tar.bz2 bugzilla-53819aceb30501345fcec6b93b8a1980f0659545.zip |
Bug 451758 - Highlight shared searches in userprefs.cgi
r=glob, a=simon
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 151391bd7..d8d44ddf0 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -575,4 +575,9 @@ form th { } th.left { text-align: left; -}
\ No newline at end of file +} + +tr.shared_search { + background-color: #fff7cd; + color: #000; +} |