mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move some css files to global folder
This commit is contained in:
parent
e1009d3d67
commit
7abe22780b
12 changed files with 4 additions and 30 deletions
12
src/css/clearbutton.css
Normal file
12
src/css/clearbutton.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue