diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ccb48010871..619a9df7433 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -258,7 +258,8 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label { font-size: 1.2em; padding: 3px; padding-left: 25px; - background: #fff url('../img/actions/search.svg') no-repeat 6px center; + background: #112 url('../img/actions/search-white.svg') no-repeat 6px center; + color: #fff; border: 0; border-radius: 3px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; @@ -271,6 +272,7 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label { .searchbox input[type="search"]:active { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: .7; + color: #fff; } input[type="submit"].enabled { |