darken buttons, uncomment out firefox keyframes from progress bars
This commit is contained in:
parent
39f70afed9
commit
2bfda031ce
5 changed files with 61 additions and 54 deletions
|
|
@ -11,11 +11,10 @@
|
|||
to { background-position: 40px 0; }
|
||||
}
|
||||
|
||||
// Temporarily commented out since LESS won't compile with this
|
||||
// @-moz-keyframes progress-bar-stripes {
|
||||
// from { background-position: 0 0; }
|
||||
// to { background-position: 40px 0; }
|
||||
// }
|
||||
@-moz-keyframes progress-bar-stripes {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: 40px 0; }
|
||||
}
|
||||
|
||||
// Spec
|
||||
@keyframes progress-bar-stripes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue