import-picture-panel : IE10 CSS fix for input text with text-align:right

This commit is contained in:
jdescottes 2013-10-25 00:31:45 +02:00
parent a0a1fa7bdf
commit b2258a668d

View File

@ -1,4 +1,6 @@
::-ms-clear {
display: none;
}
body {
background: radial-gradient(circle, #000, #373737);