fix dark theme button hover color

pull/749/head
armata 8 years ago committed by Scott Nonnenberg
parent 2781ff798a
commit ce20e4f471

@ -242,4 +242,10 @@ $text-dark: #CCCCCC;
}
}
}
.choose-file button:hover {
background-color: $grey-dark;
}
.capture-audio button:hover {
background-color: $grey-dark;
}
}

@ -2178,5 +2178,9 @@ li.entry .error-icon-container {
background-color: white; }
.android-dark .discussion-container .scroll-down-button-view button.new-messages:hover {
background-color: #1472bd; }
.android-dark .choose-file button:hover {
background-color: #333333; }
.android-dark .capture-audio button:hover {
background-color: #333333; }
/*# sourceMappingURL=manifest.css.map */

Loading…
Cancel
Save