Commit d012f9c9 by Scott

SnowFlat: fix button styles in Safari iOS

parent 363800c0
...@@ -1841,6 +1841,7 @@ input[type="submit"], button { ...@@ -1841,6 +1841,7 @@ input[type="submit"], button {
} }
.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button { .qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
-webkit-appearance: none;
padding: 10px 15px; padding: 10px 15px;
border: 0; border: 0;
font-size: 14px; font-size: 14px;
...@@ -2173,6 +2174,7 @@ input[type="submit"], button { ...@@ -2173,6 +2174,7 @@ input[type="submit"], button {
/*------[ q-view ]------*/ /*------[ q-view ]------*/
.qa-form-light-button { .qa-form-light-button {
-webkit-appearance: none;
display: block; display: block;
float: right; float: right;
margin: 0 0 0 5px; 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