add hover event
This commit is contained in:

committed by
Scott Nonnenberg

parent
fcbf569317
commit
752ebde7ff
@@ -26,6 +26,9 @@ $text-dark: #CCCCCC;
|
|||||||
button, .confirmation-dialog .content .buttons button {
|
button, .confirmation-dialog .content .buttons button {
|
||||||
background-color: $button-dark;
|
background-color: $button-dark;
|
||||||
border: 1px solid $grey-dark_l2;
|
border: 1px solid $grey-dark_l2;
|
||||||
|
&:hover {
|
||||||
|
background-color: darken($button-dark, 8%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.message-detail, .message-container, .conversation,
|
.message-detail, .message-container, .conversation,
|
||||||
.discussion-container {
|
.discussion-container {
|
||||||
|
@@ -1902,6 +1902,8 @@ li.entry .error-icon-container {
|
|||||||
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border: 1px solid #292929; }
|
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 .message-detail, .android-dark .message-container, .android-dark .conversation,
|
||||||
.android-dark .discussion-container {
|
.android-dark .discussion-container {
|
||||||
background-color: #171717; }
|
background-color: #171717; }
|
||||||
|
Reference in New Issue
Block a user