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 {
|
.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 {
|
||||||
|
|
Loading…
Reference in a new issue