mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix font size
This commit is contained in:
parent
fe23ede57b
commit
c44b94a7b7
1 changed files with 6 additions and 4 deletions
|
@ -29,6 +29,8 @@
|
|||
/* Disable webkit tap highlighting */
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
display: block;
|
||||
|
||||
font-size: inherit; /* Chrome and Firefox override font size for 'input' */
|
||||
}
|
||||
|
||||
.mdl-slider::-moz-focus-outer {
|
||||
|
@ -72,8 +74,8 @@
|
|||
|
||||
.mdl-slider::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
width: 1.08em;
|
||||
height: 1.08em;
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
background: #00a4dc;
|
||||
|
@ -100,8 +102,8 @@
|
|||
|
||||
.mdl-slider::-moz-range-thumb {
|
||||
-moz-appearance: none;
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
width: 0.81em;
|
||||
height: 0.81em;
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
background: #00a4dc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue