From d3b5a8a53771dee9788608d1a30135ca0fa7c6aa Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 14 Mar 2011 21:50:34 +0000 Subject: Fixes #3109: added non-vendor-prefixed css property declarations where applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/search/views/default/search/css.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'mod/search') diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php index 02e43bf8b..e53ef99bf 100644 --- a/mod/search/views/default/search/css.php +++ b/mod/search/views/default/search/css.php @@ -6,7 +6,7 @@ ?> /********************************** - Search plugin +Search plugin ***********************************/ .elgg-page-header .elgg-search { bottom: 5px; @@ -23,21 +23,20 @@ .elgg-search input[type=text] { -webkit-border-radius: 10px; -moz-border-radius: 10px; + border-radius: 10px; + border: 1px solid #71b9f7; color: white; font-size: 12px; font-weight: bold; padding: 2px 4px 2px 26px; - background-color: transparent; - background-image: url(_graphics/elgg_sprites.png); - background-position: 2px -220px; - background-repeat: no-repeat; + background-color: transparent url(_graphics/elgg_sprites.png) no-repeat 2px -220px; } .elgg-search input[type=text]:focus, .elgg-search input[type=text]:active { background-color: white; - color: #0054A7; - border: 1px solid white; background-position: 2px -257px; + border: 1px solid white; + color: #0054A7; } .search-list li { -- cgit v1.2.3