fix bad implementation

This commit is contained in:
grafixeyehero 2019-04-29 20:59:22 +03:00
parent 3ac33728ec
commit f071e420bd

View File

@ -17,8 +17,6 @@ progress {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border: 2px solid #ccc;
-webkit-border-radius: .4em;
border-radius: .4em;
margin: 0;
background: #ccc !important
@ -29,6 +27,7 @@ progress[role]:after {
}
progress::-webkit-progress-bar {
border-radius: .4em;
background: #ccc
}