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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-01 00:28:03 +0300
committerMark Otto <markdotto@gmail.com>2017-10-01 00:28:03 +0300
commitf5ad6e3987788ae5903a39384c49171bf52bd7b8 (patch)
tree4ef5356be5901c7b6933781cce13f26b02fb9353 /dist/css/bootstrap-reboot.css
parent136c49a13fc347752674d57442eefc10f050aee0 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index cb5c4d94a7..3cf257633b 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -161,6 +161,7 @@ pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
+ -ms-overflow-style: scrollbar;
}
figure {
@@ -210,6 +211,10 @@ label {
margin-bottom: .5rem;
}
+button {
+ border-radius: 0;
+}
+
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;