diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-24 14:38:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-24 14:38:19 +0200 |
commit | 3013b260923da3f27f452a9060f400737564f5ed (patch) | |
tree | 43e54f9e9afce7698155667a040e551617a39dd0 /core/css/icons.css | |
parent | fa333c02a0807c6e8347dd1c84381c3584997209 (diff) | |
download | nextcloud-server-3013b260923da3f27f452a9060f400737564f5ed.tar.gz nextcloud-server-3013b260923da3f27f452a9060f400737564f5ed.zip |
improve look of search on mobile, save space in top bar
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 508fe700ae7..b3a9454b565 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -128,6 +128,9 @@ .icon-search { background-image: url('../img/actions/search.svg'); } +.icon-search-white { + background-image: url('../img/actions/search-white.svg'); +} .icon-settings { background-image: url('../img/actions/settings.svg'); |