mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove border-radius
This commit is contained in:
parent
f071e420bd
commit
8039d656af
1 changed files with 0 additions and 6 deletions
|
@ -17,7 +17,6 @@ progress {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
border-radius: .4em;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #ccc !important
|
background: #ccc !important
|
||||||
}
|
}
|
||||||
|
@ -27,23 +26,18 @@ progress[role]:after {
|
||||||
}
|
}
|
||||||
|
|
||||||
progress::-webkit-progress-bar {
|
progress::-webkit-progress-bar {
|
||||||
border-radius: .4em;
|
|
||||||
background: #ccc
|
background: #ccc
|
||||||
}
|
}
|
||||||
|
|
||||||
progress::-moz-progress-bar {
|
progress::-moz-progress-bar {
|
||||||
border-radius: .4em;
|
|
||||||
background-color: #00a4dc
|
background-color: #00a4dc
|
||||||
}
|
}
|
||||||
|
|
||||||
progress::-webkit-progress-value {
|
progress::-webkit-progress-value {
|
||||||
-webkit-border-radius: .4em;
|
|
||||||
border-radius: .4em;
|
|
||||||
background-color: #00a4dc
|
background-color: #00a4dc
|
||||||
}
|
}
|
||||||
|
|
||||||
progress[aria-valuenow]:before {
|
progress[aria-valuenow]:before {
|
||||||
-webkit-border-radius: .4em;
|
|
||||||
border-radius: .4em;
|
border-radius: .4em;
|
||||||
background-color: #00a4dc
|
background-color: #00a4dc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue