aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e0a7640d7..cb7aa3516 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -800,6 +800,7 @@ input[type="radio"] {
line-height: normal;
cursor: pointer;
+ background-color: transparent;
border: 0 \9;
/* IE9 and down */
@@ -1061,6 +1062,13 @@ textarea[readonly] {
border-color: #ddd;
}
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"][readonly],
+input[type="checkbox"][readonly] {
+ background-color: transparent;
+}
+
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {