1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

fix all validation, turn off some settings, add sort order

This commit is contained in:
Mark Otto
2014-12-11 12:05:29 -08:00
parent 16bd4a2787
commit fef873a840
30 changed files with 538 additions and 256 deletions

View File

@@ -1,5 +1,3 @@
/*csslint empty-rules: false, important: true*/
//
// Progress bars
// --------------------------------------------------
@@ -9,11 +7,6 @@
// Progress animations
//
@-webkit-keyframes progress-bar-stripes {
from { background-position: $line-height-computed 0; }
to { background-position: 0 0; }
}
@keyframes progress-bar-stripes {
from { background-position: $line-height-computed 0; }
to { background-position: 0 0; }
@@ -31,12 +24,12 @@
margin-bottom: $line-height-computed;
}
.progress[value] {
// Reset the default appearance
appearance: none;
// Remove Firefox and Opera border
border: 0;
// IE10 uses `color` to set the bar background-color
color: #0074d9;
// Remove Firefox and Opera border
border: 0;
// Reset the default appearance
appearance: none;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
@@ -99,8 +92,8 @@
border-bottom-left-radius: $border-radius-base;
}
.progress[width^="0"] {
color: $gray-light;
min-width: 2rem;
color: $gray-light;
background-color: transparent;
background-image: none;
}