summaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-18 17:48:28 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-18 17:48:28 +0100
commit59906fbb4deeed881dd1e0c590c360ad48697169 (patch)
tree9a0d33faa8b2b3495e7825644d7e69d16c0f70a2 /core/css/mobile.css
parent67b8cfedf9f500eb25871265a05c874acc4809ff (diff)
downloadnextcloud-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.css8
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%;