Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-07-04 16:57:11 +0400
committerMorris Jobke <hey@morrisjobke.de>2014-07-04 16:58:19 +0400
commit74edbd5df0bf1a4b13af5b7e94d01bfa9fd1487f (patch)
tree4512f913a9133b4213da00a34d13c1cb9659186d /core/css/header.css
parentc28fb2de4e70be9f77620086db8c94f6148bcdb1 (diff)
fix cursor for other elements in top right corner
Diffstat (limited to 'core/css/header.css')
-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; }