mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 01:05:13 +02:00
fixed no newline at the end of file
This commit is contained in:
@@ -1936,7 +1936,6 @@ input:focus {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Firefox */
|
||||
|
||||
input[type=range]::-moz-range-progress {
|
||||
@@ -1949,14 +1948,6 @@ input[type=range]::-moz-range-track {
|
||||
background-color: #202124;
|
||||
}
|
||||
|
||||
input[type=range]::-ms-fill-lower {
|
||||
background-color: #03d0a8;
|
||||
}
|
||||
|
||||
input[type=range]::-ms-fill-upper {
|
||||
background-color: #202124;
|
||||
}
|
||||
|
||||
|
||||
#txt2img_results,
|
||||
#img2img_results,
|
||||
@@ -2002,3 +1993,14 @@ input[type="number"]:hover,
|
||||
input[type="number"]:focus {
|
||||
-moz-appearance: initial;
|
||||
}
|
||||
|
||||
|
||||
/* IE maybe later */
|
||||
|
||||
input[type=range]::-ms-fill-lower {
|
||||
background-color: #03d0a8;
|
||||
}
|
||||
|
||||
input[type=range]::-ms-fill-upper {
|
||||
background-color: #202124;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user