We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9801a9 commit ffa8000Copy full SHA for ffa8000
misc/site/customizer/themes/autumn.json
@@ -4,6 +4,7 @@
4
"@rowColorOdd": "#FDFFE3",
5
"@rowColorEven": "#E6E3BB",
6
"@verticalBarColor": "@borderColor",
7
+ "@selectedColor": "darken(#D3741C, 8%)",
8
9
"@headerBackgroundColor": "#D3741C",
10
"@headerGradientStart": "@headerBackgroundColor",
@@ -19,5 +20,5 @@
19
20
"@scrollbarBorder": "1px solid darken(@scrollbarBackground, 15%)",
21
"@scrollbarBorderScrolling": "1px solid darken(@scrollbarBackground, 15%)"
22
},
- "customLess": ".ui-grid { color: #242729; }\n\n.ui-grid-header { color: lighten(@headerBackgroundColor, 45%); }"
23
+ "customLess": ".ui-grid { color: #242729; }\n\n.ui-grid-header, .ui-grid-column-menu { color: lighten(@headerBackgroundColor, 45%); }"
24
}
0 commit comments