mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
Fix inconsistent input style on WebKit browsers
This commit is contained in:
parent
d648bc9f53
commit
07b0d4ceb5
|
@ -30,6 +30,12 @@ ul {
|
|||
list-style-type: square;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue