diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-14 22:26:51 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-14 22:26:51 +0000 |
commit | 0cb6ced20d3e54d1884ee5ab38c24e57246987dc (patch) | |
tree | f765597de0de10309923c81ef178e46232d83588 /mod/search/views/default | |
parent | 3e699017da34b994da17978b905e985c1927cec0 (diff) | |
download | elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.gz elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.bz2 |
Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where background-color: was being used instead of background:
git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/search/views/default')
-rw-r--r-- | mod/search/views/default/search/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php index e53ef99bf..366782396 100644 --- a/mod/search/views/default/search/css.php +++ b/mod/search/views/default/search/css.php @@ -30,7 +30,7 @@ Search plugin font-size: 12px; font-weight: bold; padding: 2px 4px 2px 26px; - background-color: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px; + background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px; } .elgg-search input[type=text]:focus, .elgg-search input[type=text]:active { background-color: white; @@ -60,7 +60,7 @@ Search plugin background-color: #FDFFC3; } .search-highlight-color4 { - background-color: #cccccc; + background-color: #ccc; } .search-highlight-color5 { background-color: #4690d6; |