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>2019-01-04 19:29:45 +0300
committerMark Otto <markdotto@gmail.com>2019-01-04 19:29:45 +0300
commit1488a83b139116e3fe337e8c4a739e1f21248b66 (patch)
tree96b794465fbaf8c9fb59e66deed502dc52824e59 /dist/css/bootstrap-reboot.css
parent89a73f100e7a3c765314e5cff0eeaf9c051f2944 (diff)
latest changes
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 4b93d71968..055daf3152 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -225,6 +225,10 @@ select {
text-transform: none;
}
+select {
+ word-wrap: normal;
+}
+
button,
[type="button"],
[type="reset"],
@@ -232,6 +236,13 @@ button,
-webkit-appearance: button;
}
+button:not(:disabled),
+[type="button"]:not(:disabled),
+[type="reset"]:not(:disabled),
+[type="submit"]:not(:disabled) {
+ cursor: pointer;
+}
+
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,