Skip to content

Commit

Permalink
fix(Customizer): Update column menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Oct 8, 2014
1 parent f9801a9 commit ffa8000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/site/customizer/themes/autumn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@rowColorOdd": "#FDFFE3",
"@rowColorEven": "#E6E3BB",
"@verticalBarColor": "@borderColor",
"@selectedColor": "darken(#D3741C, 8%)",

"@headerBackgroundColor": "#D3741C",
"@headerGradientStart": "@headerBackgroundColor",
Expand All @@ -19,5 +20,5 @@
"@scrollbarBorder": "1px solid darken(@scrollbarBackground, 15%)",
"@scrollbarBorderScrolling": "1px solid darken(@scrollbarBackground, 15%)"
},
"customLess": ".ui-grid { color: #242729; }\n\n.ui-grid-header { color: lighten(@headerBackgroundColor, 45%); }"
"customLess": ".ui-grid { color: #242729; }\n\n.ui-grid-header, .ui-grid-column-menu { color: lighten(@headerBackgroundColor, 45%); }"
}

0 comments on commit ffa8000

Please sign in to comment.