From: Sunil Joshi Date: Mon, 4 Nov 2013 23:34:24 +0000 (+1000) Subject: Bug 451758 - Highlight shared searches in userprefs.cgi X-Git-Tag: bugzilla-4.5.2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53819aceb30501345fcec6b93b8a1980f0659545;p=thirdparty%2Fbugzilla.git Bug 451758 - Highlight shared searches in userprefs.cgi r=glob, a=simon --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 151391bd7b..d8d44ddf06 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; +} diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index ddc2a945b5..86df1e277d 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -83,7 +83,7 @@ [% Hook.process('saved-row') %] [% FOREACH q = user.queries %] - + [% q.name FILTER html %]