Issue #303 : Reset input[type=range] padding in reset.css

This commit is contained in:
jdescottes 2015-09-13 15:12:46 +02:00
parent 8c629bd842
commit dffe23746c
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,11 @@ input[type="submit"] {
font-family: Arial;
}
/* IE11 applies a big default margin for range inputs */
input[type="range"] {
padding: 0;
}
/* Force apparition of scrollbars on leopard */
::-webkit-scrollbar {
-webkit-appearance: none;

View File

@ -56,7 +56,6 @@
height : 26px;
margin : 0;
box-sizing: border-box;
padding:0;
}
.preview-toggle-onion-skin {