File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767}
6868
6969.yasgui-table-plugin .tabulator-header {
70- background-color : var (--table-header-background );
70+ background-color : var (--table-header-background ) !important ;
7171 border-bottom-color : var (--table-border );
7272 color : var (--table-text );
7373}
7474
7575.yasgui-table-plugin .tabulator-col {
76- background-color : var (--table-header-background );
76+ background-color : var (--table-header-background ) !important ;
7777 border-right-color : var (--table-border );
78- color : var (--table-text );
78+ color : var (--table-text ) !important ;
7979}
8080
8181.yasgui-table-plugin .tabulator-row {
Original file line number Diff line number Diff line change 22 * Dark Theme Variables
33 */
44
5- [data-theme = 'dark' ] {
5+ . yasgui-table-plugin [data-theme = 'dark' ] {
66 /* Background colors */
77 --table-background : # 1e1e1e ;
88 --table-header-background : # 2a2a2a ;
Original file line number Diff line number Diff line change 33 */
44
55: root,
6- [data-theme = 'light' ] {
6+ . yasgui-table-plugin [data-theme = 'light' ] {
77 /* Background colors */
88 --table-background : # ffffff ;
99 --table-header-background : # f5f5f5 ;
You can’t perform that action at this time.
0 commit comments