1,494
edits
m (Forgot the leading period...) Tag: Reverted |
m (Resolved the upload form thumbnail issue) Tag: Reverted |
||
Line 10: | Line 10: | ||
/* Sort of workaround for the inverted image fix */ | /* Sort of workaround for the inverted image fix */ | ||
.client-darkmode .oo-ui-selectFileWidget-thumbnail{ | .client-darkmode .oo-ui-selectFileWidget-thumbnail{ | ||
filter: invert(1) hue-rotate(180deg); | |||
-webkit-filter: invert(1) hue-rotate(180deg); | |||
} | |||
.client-darkmode div.thumbinner canvas{ | |||
filter: invert(1) hue-rotate(180deg); | filter: invert(1) hue-rotate(180deg); | ||
-webkit-filter: invert(1) hue-rotate(180deg); | -webkit-filter: invert(1) hue-rotate(180deg); | ||
} | } |