mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
12 lines
264 B
CSS
12 lines
264 B
CSS
|
.clearButton {
|
||
|
background: transparent;
|
||
|
border: 0 !important;
|
||
|
padding: 0 !important;
|
||
|
cursor: pointer;
|
||
|
outline: none !important;
|
||
|
color: inherit;
|
||
|
width: 100%;
|
||
|
vertical-align: middle;
|
||
|
font-family: inherit;
|
||
|
font-size: inherit;
|
||
|
}
|