fix display image inversion with css
This commit is contained in:
parent
ee9d363636
commit
e13add0949
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ input[type=range]::-moz-focus-outer {
|
|||
height: 320px;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #f5f5f5;
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
#print-range {
|
||||
width: 80%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue