diff options
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 2256d821d73..9008e39b89c 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -31,7 +31,6 @@ width: 0; cursor: pointer; background-color: transparent; - background-image: url('../img/actions/search-white.svg'); -webkit-transition: all 100ms; -moz-transition: all 100ms; -o-transition: all 100ms; @@ -44,8 +43,7 @@ width: 155px; max-width: 50%; cursor: text; - background-color: #fff; - background-image: url('../img/actions/search.svg'); + background-color: #112; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } |