Merge pull request #5778 from tawfiek/dilog-btns
Make buttons in verify dialog respect the system font
This commit is contained in:
commit
427f649be6
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
border: 1px solid $accent-color;
|
||||
color: $accent-color;
|
||||
background-color: $button-secondary-bg-color;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.mx_Dialog button:last-child {
|
||||
|
|
Loading…
Reference in a new issue