fix dark theme button hover color
This commit is contained in:
parent
2781ff798a
commit
ce20e4f471
2 changed files with 10 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue