Commit d012f9c9 by Scott

SnowFlat: fix button styles in Safari iOS

parent 363800c0
......@@ -1841,6 +1841,7 @@ input[type="submit"], button {
}
.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
-webkit-appearance: none;
padding: 10px 15px;
border: 0;
font-size: 14px;
......@@ -2173,6 +2174,7 @@ input[type="submit"], button {
/*------[ q-view ]------*/
.qa-form-light-button {
-webkit-appearance: none;
display: block;
float: right;
margin: 0 0 0 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment