mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix declaration-block-no-shorthand-property-overrides (CSS)
This commit is contained in:
parent
361d6372b0
commit
ff67afeaa7
7 changed files with 14 additions and 12 deletions
|
@ -12,8 +12,8 @@ button {
|
|||
font-size: inherit !important;
|
||||
font-family: inherit !important;
|
||||
text-transform: none;
|
||||
background-color: transparent !important;
|
||||
background: none !important;
|
||||
background-color: transparent !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue