Increased click area on clues (to support clicks with i18n "ctrl+alt+t" feature).
This commit is contained in:
parent
fbd125f80a
commit
68278ca828
1 changed files with 4 additions and 3 deletions
|
@ -1833,13 +1833,14 @@ input.has-error {
|
|||
}
|
||||
|
||||
.modal-control {
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
|
||||
padding: 0;
|
||||
.btn.is-disabled {
|
||||
opacity: 1;
|
||||
color: hsl(240,5%,83%);
|
||||
}
|
||||
.btn {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
Loading…
Reference in a new issue