mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix unreplaced and duplicate CSS properties
This commit is contained in:
parent
019d3730df
commit
b2b67b81ef
3 changed files with 4 additions and 2 deletions
|
@ -446,6 +446,7 @@ html {
|
|||
|
||||
::-webkit-scrollbar-thumb:horizontal,
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
border-radius: 2px;
|
||||
background: center no-repeat #888
|
||||
}
|
||||
|
||||
|
|
|
@ -430,6 +430,7 @@ html {
|
|||
|
||||
::-webkit-scrollbar-thumb:horizontal,
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
border-radius: 2px;
|
||||
background: center no-repeat #888
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue