mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix no-descending-specificity (CSS)
This commit is contained in:
parent
ba8b34cd56
commit
eef526df2c
13 changed files with 209 additions and 212 deletions
|
@ -25,6 +25,10 @@
|
|||
appearance: none;
|
||||
}
|
||||
|
||||
.emby-select::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.selectContainer-inline > .emby-select {
|
||||
padding: .3em 1.9em .3em .5em;
|
||||
font-size: inherit;
|
||||
|
@ -35,10 +39,6 @@
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
.emby-select::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.emby-select-focusscale {
|
||||
transition: transform 180ms ease-out !important;
|
||||
-webkit-transform-origin: center center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue