Version 1.3.4

Former-commit-id: 6d70d81a1967f171a41cecbdad8664fc65d1111a [formerly e273e78de0030dcb2eec730a00f248f1e8dbd9f7] [formerly 37b0ede2385e153153a854112ffab1065bcdd44d [formerly f89b86939e36d97cefead23968b8b6fb9ca8ffd8]]
Former-commit-id: 84fc2f9742c2e0011254ee762faf6f087986c6fa [formerly f22c175e96173bf25aa08067533937041152fdb3]
Former-commit-id: 32981c2a1211608d2d5c059264aa5eb434099400
This commit is contained in:
Henrique Dias
2017-10-29 13:32:02 +00:00
parent 2d5cd2d1d3
commit cf61baa273
6 changed files with 10 additions and 3 deletions

View File

@@ -112,6 +112,11 @@ button.flat.cancel {
color: #ccc;
}
button.flat[disabled] {
color: #ccc;
cursor: not-allowed;
}
.mobile-only {
display: none !important;
}