diff options
Diffstat (limited to 'core/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%; |