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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-02-05 16:17:29 +0300
committerbrantje <brantje@gmail.com>2017-02-05 16:17:29 +0300
commitf665b6057aab11ebda680b1a1643d1a7f6d7763a (patch)
tree2d188e143585dfd60ba1873a1891ea3b1ebe1cf8 /sass
parentd6413f32d6e6748ca4f0ab37be8c929bc1c041f4 (diff)
Fix for input checkboxes
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss4
-rw-r--r--sass/vaults.scss1
2 files changed, 5 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 48d67026..72201d0f 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -102,4 +102,8 @@
}
.clearfix{
clear: both;
+}
+//Fix NC fucking up our style
+input[type="checkbox"]{
+ min-height: inherit;
} \ No newline at end of file
diff --git a/sass/vaults.scss b/sass/vaults.scss
index 3fde6ae2..6c362d51 100644
--- a/sass/vaults.scss
+++ b/sass/vaults.scss
@@ -75,6 +75,7 @@
color: #8e8e8e;
}
}
+
input[type="password"], input[type="text"]{
width: 100%;
@include border-radius(5px);