Change chart series colour
This commit is contained in:
parent
587a2c3b25
commit
bea2d0be82
2 changed files with 11 additions and 3 deletions
|
|
@ -34,11 +34,12 @@
|
|||
padding-left: 65px !important;
|
||||
}
|
||||
|
||||
#topmenu-corehome {
|
||||
background: @theme-color-background-base;
|
||||
#topmenu-corehome,
|
||||
nav ul a {
|
||||
background-color: @theme-color-background-base;
|
||||
&:hover,
|
||||
&:active {
|
||||
background: @theme-color-background-base;
|
||||
background-color: @theme-color-background-base;
|
||||
outline: none;
|
||||
border-bottom: 1px solid @theme-color-header-text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue