add hover event
This commit is contained in:
parent
fcbf569317
commit
752ebde7ff
2 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,9 @@ $text-dark: #CCCCCC;
|
|||
button, .confirmation-dialog .content .buttons button {
|
||||
background-color: $button-dark;
|
||||
border: 1px solid $grey-dark_l2;
|
||||
&:hover {
|
||||
background-color: darken($button-dark, 8%);
|
||||
}
|
||||
}
|
||||
.message-detail, .message-container, .conversation,
|
||||
.discussion-container {
|
||||
|
|
|
@ -1902,6 +1902,8 @@ li.entry .error-icon-container {
|
|||
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
||||
background-color: #ccc;
|
||||
border: 1px solid #292929; }
|
||||
.android-dark button:hover, .android-dark .confirmation-dialog .content .buttons button:hover {
|
||||
background-color: #b8b8b8; }
|
||||
.android-dark .message-detail, .android-dark .message-container, .android-dark .conversation,
|
||||
.android-dark .discussion-container {
|
||||
background-color: #171717; }
|
||||
|
|
Loading…
Reference in a new issue