mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Make font select look like default selector of JF
This commit is contained in:
@@ -848,7 +848,7 @@
|
||||
|
||||
.font-select {
|
||||
font-size: 16px;
|
||||
width: 240px;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
border-color: red;
|
||||
@@ -881,13 +881,12 @@
|
||||
line-height: 32px;
|
||||
padding: 3px 8px 3px 8px;
|
||||
color: #fff;
|
||||
background: #292929
|
||||
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
|
||||
no-repeat right 0.75rem center/8px 10px;
|
||||
background: #292929 url(https://cosycorner.co.nz/wp-content/uploads/revslider/slider-1/white-down-arrow-png-2.png) no-repeat right 0.75em center/8px 9px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background-size: 1.15em;
|
||||
}
|
||||
|
||||
.font-select-active > span {
|
||||
|
||||
Reference in New Issue
Block a user