mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 21:08:58 +03:00
fix a bunch of dark-theme buttons
This commit is contained in:
parent
a24b568b73
commit
a9c575b4d0
1 changed files with 12 additions and 1 deletions
|
@ -102,3 +102,14 @@ $lightbox-border-color: #ffffff;
|
||||||
|
|
||||||
// unused?
|
// unused?
|
||||||
$progressbar-color: #000;
|
$progressbar-color: #000;
|
||||||
|
|
||||||
|
// Nasty hacks to apply a filter to arbitrary monochrome artwork to make it
|
||||||
|
// better match the theme. Typically applied to dark grey 'off' buttons or
|
||||||
|
// light grey 'on' buttons.
|
||||||
|
.mx_filterFlipColor {
|
||||||
|
filter: invert();
|
||||||
|
}
|
||||||
|
|
||||||
|
.gm-scrollbar .thumb {
|
||||||
|
filter: invert();
|
||||||
|
}
|
Loading…
Reference in a new issue