diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-18 17:48:28 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-18 17:48:28 +0100 |
commit | 59906fbb4deeed881dd1e0c590c360ad48697169 (patch) | |
tree | 9a0d33faa8b2b3495e7825644d7e69d16c0f70a2 /core/css/mobile.css | |
parent | 67b8cfedf9f500eb25871265a05c874acc4809ff (diff) | |
download | nextcloud-server-59906fbb4deeed881dd1e0c590c360ad48697169.tar.gz nextcloud-server-59906fbb4deeed881dd1e0c590c360ad48697169.zip |
mobile: show caret indicator next to logo to make clear it is tappable
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 5a465b35fb9..56bee8f8a30 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -1,5 +1,13 @@ @media only screen and (max-width: 600px) { +/* show caret indicator next to logo to make clear it is tappable */ +#owncloud.menutoggle { + background-image: url('../img/actions/caret.svg'); + background-repeat: no-repeat; + background-position: right 26px; + padding-right: 16px !important; +} + /* compress search box on mobile, expand when focused */ .searchbox input[type="search"] { width: 15%; |