1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00
This commit is contained in:
Mark Otto
2016-11-26 19:17:23 -08:00
parent 23301b21cd
commit 0b8a281920
22 changed files with 44 additions and 116 deletions

View File

@@ -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;
}
}