Project

General

Profile

Download (278 Bytes) Statistics
| Branch: | Revision:
1
/* @media (prefers-color-scheme: dark) { */
2
    .dark .dojoxGridCell, .dark button {
3
        filter: invert(100%);
4
    }
5
    /* apply again to cancel out - we actually want action buttons inverted */
6
    .dark .dojoxGridCell button {
7
        filter: invert(100%);
8
    }
9
/* } */
(6-6/16)