1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
diff --git a/inst/lib/bsw4/dist/sketchy/_bootswatch.scss b/inst/lib/bsw4/dist/sketchy/_bootswatch.scss
index 1edca30..1c108e9 100644
--- a/inst/lib/bsw4/dist/sketchy/_bootswatch.scss
+++ b/inst/lib/bsw4/dist/sketchy/_bootswatch.scss
@@ -155,7 +155,7 @@ select.form-control {
}
[type="checkbox"] {
- position: relative;
+ position: relative !important;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
@@ -196,7 +196,7 @@ select.form-control {
}
[type="radio"] {
- position: relative;
+ position: relative !important;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
|