1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-28 11:33:24 -05:00

Fix to make components look right.

This commit is contained in:
Drew Larson 2016-06-22 19:37:16 -06:00
parent 1e6d809893
commit 7bfb1c8129

View File

@ -367,4 +367,8 @@ span.mdl-textfield__error, span.error {
margin-top: 3px;
visibility: visible;
display: block;
}
html [type="button"] {
-webkit-appearance: initial !important;
}