Fix Safari checkbox-bug
If checkbox is focused (clicking in the checkbox) checkbox shifts downward. I think: Only in Safari on Yosemite. Other browsers not affected.
This commit is contained in:
2
templates/Sparkle/assets/css/main.css
vendored
2
templates/Sparkle/assets/css/main.css
vendored
@@ -651,6 +651,8 @@ input[type="checkbox"] {
|
||||
padding:0;
|
||||
margin:0 5px 0 0;
|
||||
vertical-align:middle;
|
||||
/* Fix Safari-Bug */
|
||||
height: auto;
|
||||
}
|
||||
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user