Skip to content

Commit ffa8000

Browse files
committed
fix(Customizer): Update column menu style
1 parent f9801a9 commit ffa8000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/site/customizer/themes/autumn.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"@rowColorOdd": "#FDFFE3",
55
"@rowColorEven": "#E6E3BB",
66
"@verticalBarColor": "@borderColor",
7+
"@selectedColor": "darken(#D3741C, 8%)",
78

89
"@headerBackgroundColor": "#D3741C",
910
"@headerGradientStart": "@headerBackgroundColor",
@@ -19,5 +20,5 @@
1920
"@scrollbarBorder": "1px solid darken(@scrollbarBackground, 15%)",
2021
"@scrollbarBorderScrolling": "1px solid darken(@scrollbarBackground, 15%)"
2122
},
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%); }"
2324
}

0 commit comments

Comments
 (0)