mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
fixed input for checkboxes and radio buttons on chrome and safari (#299)
closes #271
This commit is contained in:
parent
2ed0e02eae
commit
3888fd30fc
@ -446,7 +446,7 @@ margin on the iframe, cause it breaks stuff. */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
textarea, select, input {
|
||||
textarea, select, input:not([type="radio"]):not([type="checkbox"]){
|
||||
width: 260px;
|
||||
padding: 6px 9px;
|
||||
margin: 0 0 5px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user