fix dark theme button hover color

This commit is contained in:
armata 2017-06-24 10:15:03 +02:00 committed by Scott Nonnenberg
parent 2781ff798a
commit ce20e4f471
2 changed files with 10 additions and 0 deletions

View file

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

View file

@ -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 */