mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 08:04:17 +01:00
N°2314 2 css variables were not overridable
This commit is contained in:
@@ -70,8 +70,8 @@ $primary-text-color: #333333 !default;
|
||||
$secondary-text-color: $grey-color !default;
|
||||
$error-text-color: $white !default;
|
||||
$highlight-text-color: #363636 !default;
|
||||
$hover-background-color: #fde17c;
|
||||
$border-highlight-color: #f26522;
|
||||
$hover-background-color: #fde17c !default;
|
||||
$border-highlight-color: #f26522 !default;
|
||||
$highlight-item-color: $white !default;
|
||||
$content-color: #eeeeee !default;
|
||||
$default-font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !default;
|
||||
|
||||
Reference in New Issue
Block a user