mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Change font selector css
This commit is contained in:
@@ -754,6 +754,8 @@
|
||||
legend {
|
||||
font-size: 135%;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<style>
|
||||
.tooltip {
|
||||
@@ -789,6 +791,7 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
.font-select * {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@@ -799,6 +802,7 @@
|
||||
width: 240px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
.font-select .fs-drop {
|
||||
@@ -806,13 +810,14 @@
|
||||
top: 38px;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
background: #292929;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
||||
}
|
||||
|
||||
.font-select > span {
|
||||
@@ -826,8 +831,8 @@
|
||||
height: 38px;
|
||||
line-height: 32px;
|
||||
padding: 3px 8px 3px 8px;
|
||||
color: #444;
|
||||
background: #fff
|
||||
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;
|
||||
-webkit-user-select: none;
|
||||
@@ -837,7 +842,7 @@
|
||||
}
|
||||
|
||||
.font-select-active > span {
|
||||
background-color: #eee;
|
||||
background-color: #292929;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
@@ -868,6 +873,7 @@
|
||||
.font-select .fs-search {
|
||||
border-bottom: 1px solid #aaa;
|
||||
padding: 4px;
|
||||
background: #292929;
|
||||
}
|
||||
|
||||
.font-select .fs-search input {
|
||||
@@ -877,6 +883,8 @@
|
||||
font: 16px Helvetica, Sans-serif;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
|
||||
border-radius: 0.1875rem;
|
||||
background: #292929;
|
||||
color: #fff
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user