From 53819aceb30501345fcec6b93b8a1980f0659545 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 5 Nov 2013 09:34:24 +1000 Subject: Bug 451758 - Highlight shared searches in userprefs.cgi r=glob, a=simon --- skins/standard/global.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'skins') 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; +} -- cgit v1.2.3-24-g4f1b