import-picture-panel : IE10 CSS fix for input text with text-align:right
This commit is contained in:
parent
b2258a668d
commit
c332aa2dea
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background: radial-gradient(circle, #000, #373737);
|
||||
/* 16/06/2013 : -webkit still needed for
|
||||
|
@ -10,6 +6,11 @@ body {
|
|||
background: -webkit-radial-gradient(circle, #000, #373737);
|
||||
}
|
||||
|
||||
/* Browser fixes */
|
||||
::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Application layout
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue