N°2314 - Markup extensibility: Add a variable for hovered table lines background color

This commit is contained in:
Stephen Abello
2020-02-25 15:14:12 +01:00
parent ed030403aa
commit 92ae0e72e1
2 changed files with 4 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ $toggle-button-slider-bg-color: #FFFFFF !default;
$summary-details-background: $grey-color !default;
$main-header-background: $frame-background-color !default;
$table-even-background: $frame-background-color !default;
$table-hover-background: #fdf5d0 !default;
$popup-menu-highlight-color: $highlight-color !default;
$popup-menu-text-color: #000 !default;
$popup-menu-background-color: #fff !default;