fix dark theme button hover color
This commit is contained in:
@@ -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; }
|
background-color: white; }
|
||||||
.android-dark .discussion-container .scroll-down-button-view button.new-messages:hover {
|
.android-dark .discussion-container .scroll-down-button-view button.new-messages:hover {
|
||||||
background-color: #1472bd; }
|
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 */
|
/*# sourceMappingURL=manifest.css.map */
|
||||||
|
Reference in New Issue
Block a user