mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
import-picture-panel : IE10 CSS fix for input text with text-align:right
This commit is contained in:
parent
b2258a668d
commit
c332aa2dea
@ -1,7 +1,3 @@
|
|||||||
::-ms-clear {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: radial-gradient(circle, #000, #373737);
|
background: radial-gradient(circle, #000, #373737);
|
||||||
/* 16/06/2013 : -webkit still needed for
|
/* 16/06/2013 : -webkit still needed for
|
||||||
@ -10,6 +6,11 @@ body {
|
|||||||
background: -webkit-radial-gradient(circle, #000, #373737);
|
background: -webkit-radial-gradient(circle, #000, #373737);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Browser fixes */
|
||||||
|
::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Application layout
|
* Application layout
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user