summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-07-04 14:57:11 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-07-04 14:57:11 +0200
commita7bf9537572c0615f75764d8f0332cd300eb5648 (patch)
tree0a8ce54937f3d6bcafbfbd171b9faacb0741ac83 /core
parentadc14746855f0edc8047fd2c28a6a6656cd844c6 (diff)
downloadnextcloud-server-a7bf9537572c0615f75764d8f0332cd300eb5648.tar.gz
nextcloud-server-a7bf9537572c0615f75764d8f0332cd300eb5648.zip
fix cursor for other elements in top right corner
Diffstat (limited to 'core')
-rw-r--r--core/css/header.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css
index c73075df3e3..86db48a3f08 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -258,6 +258,9 @@
padding: 7px 12px 6px 7px;
cursor: pointer;
}
+#expand * {
+ cursor: pointer;
+}
#expand:hover, #expand:focus, #expand:active { color:#fff; }
#expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
#expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }