diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-05-07 17:30:16 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-05-07 17:30:16 +0200 |
commit | 44da595bca94b38ae253994c0caf6d79b2bd39c7 (patch) | |
tree | e39bd562b60e467cfe198680e2e1b735f6ce3a01 /skins | |
parent | ba7d46f3db4dc26e1047cfed039f19e32aa87e2b (diff) | |
download | bugzilla-44da595bca94b38ae253994c0caf6d79b2bd39c7.tar.gz bugzilla-44da595bca94b38ae253994c0caf6d79b2bd39c7.tar.xz |
Remove obsolete quicksearch_help_text CSS class, see bug 673385
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 96d6834fc..b1c8687e9 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -887,10 +887,6 @@ ul.additional_links li.bz_default_hidden { display: none; } -input.quicksearch_help_text { - color: #ccc; -} - /* index.cgi (end) */ /* page.cgi (begin) */ |