mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next): forms: remove the background for range inputs
This commit is contained in:
parent
12f7119427
commit
474b44608b
@ -626,4 +626,12 @@ a.tn-link:hover[href^="https://"]:not(.no-arrow)::after,
|
|||||||
.use-tn-links a:hover[href^="http://"]:not(.no-arrow)::after,
|
.use-tn-links a:hover[href^="http://"]:not(.no-arrow)::after,
|
||||||
.use-tn-links a:hover[href^="https://"]:not(.no-arrow)::after {
|
.use-tn-links a:hover[href^="https://"]:not(.no-arrow)::after {
|
||||||
animation: link-arrow-blink 500ms linear alternate infinite;
|
animation: link-arrow-blink 500ms linear alternate infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Range inputs (sliders)
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="range"] {
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user