aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index c5f255f9f..b8915e200 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -413,6 +413,7 @@ a:not([href]):focus {
pre {
margin-top: 0;
margin-bottom: 1rem;
+ overflow: auto;
}
figure {
@@ -441,6 +442,7 @@ textarea {
}
table {
+ border-collapse: collapse;
background-color: transparent;
}
@@ -3735,6 +3737,12 @@ input[type="button"].btn-block {
background-color: #fff;
}
+.custom-select:disabled {
+ color: #818a91;
+ cursor: not-allowed;
+ background-color: #eceeef;
+}
+
.custom-select::-ms-expand {
opacity: 0;
}