Increased click area on clues (to support clicks with i18n "ctrl+alt+t" feature).

This commit is contained in:
Martin Edenhofer 2016-03-04 11:07:04 +01:00
parent fbd125f80a
commit 68278ca828

View file

@ -1833,13 +1833,14 @@ input.has-error {
} }
.modal-control { .modal-control {
padding-left: 14px; padding: 0;
padding-right: 14px;
.btn.is-disabled { .btn.is-disabled {
opacity: 1; opacity: 1;
color: hsl(240,5%,83%); color: hsl(240,5%,83%);
} }
.btn {
padding: 10px;
}
} }
.modal-header { .modal-header {