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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-16 16:55:10 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-16 16:55:10 +0300
commitb9ed96b52316fa14c6afa7290993bf694b4bf8aa (patch)
tree1150de4a9636c3780ef6e9440072efcef4e0b399 /css
parent28a0604603ca9b1006c80a8b1a41b9731c27659d (diff)
show pointer on checkboxes
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'css')
-rw-r--r--css/admin.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/admin.css b/css/admin.css
index 5c537986..85c62c09 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -5,6 +5,7 @@
#user-saml input[type="checkbox"] {
vertical-align:middle;
+ cursor: pointer;
}
#user-saml h4 {
@@ -27,4 +28,4 @@
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
-} \ No newline at end of file
+}