cosmetic fixes & hoverovers
This commit is contained in:
parent
26d142f893
commit
1798bff8f5
9 changed files with 53 additions and 5 deletions
|
@ -211,6 +211,10 @@ textarea {
|
|||
background-color: $accent-fg-color;
|
||||
}
|
||||
|
||||
.mx_Dialog button:hover, .mx_Dialog input[type="submit"]:hover {
|
||||
@mixin mx_DialogButton_hover;
|
||||
}
|
||||
|
||||
.mx_Dialog button:focus, .mx_Dialog input[type="submit"]:focus {
|
||||
filter: brightness($focus-brightness);
|
||||
}
|
||||
|
@ -277,6 +281,10 @@ textarea {
|
|||
@mixin mx_DialogButton_small;
|
||||
}
|
||||
|
||||
.mx_textButton:hover {
|
||||
@mixin mx_DialogButton_hover;
|
||||
}
|
||||
|
||||
.mx_button_row {
|
||||
margin-top: 69px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue