You've already forked Ghost-Theme-Casper
fixed input for checkboxes and radio buttons on chrome and safari (#299)
closes #271
This commit is contained in:
committed by
John O'Nolan
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;
|
||||
|
||||
Reference in New Issue
Block a user