diff options
-rw-r--r-- | skins/standard/global.css | 7 | ||||
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
2 files changed, 7 insertions, 2 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; +} diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index ddc2a945b..86df1e277 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') %] </tr> [% FOREACH q = user.queries %] - <tr> + <tr [% 'class="shared_search"' IF q.shared_with_group.id %]> <td>[% q.name FILTER html %]</td> <td> <a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=[% q.name FILTER uri %] |