aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 19:17:23 -0800
committerMark Otto <[email protected]>2016-11-26 19:17:23 -0800
commit0b8a2819201076a8e93cd387aecf13d8c419990e (patch)
tree997e3faa3b00d0d29b7b35fefae9335ebbba980a /dist/css/bootstrap.css
parent23301b21cd1a36611bf35a9f71cdf1a7293741de (diff)
downloadbootstrap-0b8a2819201076a8e93cd387aecf13d8c419990e.tar.xz
bootstrap-0b8a2819201076a8e93cd387aecf13d8c419990e.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css23
1 files changed, 1 insertions, 22 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index f18c5cc23..cf08263d3 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4928,6 +4928,7 @@ a.badge:focus, a.badge:hover {
width: 100%;
height: 1rem;
margin-bottom: 1rem;
+ overflow: hidden;
}
.progress[value] {
@@ -4946,35 +4947,19 @@ a.badge:focus, a.badge:hover {
.progress[value]::-moz-progress-bar {
background-color: #0074d9;
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.progress[value="100"]::-moz-progress-bar {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
-}
-
-.progress[value="100"]::-webkit-progress-value {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
- border-radius: 0.25rem;
}
base::-moz-progress-bar,
.progress[value] {
background-color: #eee;
- border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
@@ -4987,12 +4972,6 @@ base::-moz-progress-bar,
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
- }
- .progress[width="100%"] {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
}
}