mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
This commit is contained in:
parent
4b6863e9a3
commit
df0c1fa93e
1 changed files with 6 additions and 3 deletions
|
|
@ -5,13 +5,15 @@
|
|||
background-color: transparent;
|
||||
padding: 0 4px;
|
||||
|
||||
&::-webkit-slider-runnable-track {
|
||||
&::-webkit-slider-runnable-track,
|
||||
&::-moz-range-track {
|
||||
-webkit-appearance: none;
|
||||
height: 2px;
|
||||
background-color: var(--b3-theme-primary-lighter);
|
||||
}
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
&::-webkit-slider-thumb,
|
||||
&::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
|
|
@ -27,7 +29,8 @@
|
|||
&:hover {
|
||||
outline: none;
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
&::-webkit-slider-thumb,
|
||||
&::-moz-range-thumb {
|
||||
transform: scale(1.5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue