mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-879 - misc fixes on white skin, add missing var
This commit is contained in:

committed by
Florian BLOUET

parent
00abc461f1
commit
40a06ebfd3
@@ -3,6 +3,7 @@ $proposalsTitleHoverColor: $darkerTextHoverColor !default;
|
||||
$proposalsContentTextColor: $darkerTextColor !default;
|
||||
$proposalsContentTextColor: $darkerTextColor !default;
|
||||
$proposalFacetColor: #FFF !default;
|
||||
$proposalsFacetHoverColor: #FFF !default;
|
||||
/******* PROPOSALS ************************************************************/
|
||||
|
||||
|
||||
@@ -41,7 +42,7 @@ $proposalFacetColor: #FFF !default;
|
||||
&:hover {
|
||||
background-color: $proposalColor;
|
||||
.fancytree-title {
|
||||
color: $facetHover;
|
||||
color: $proposalsFacetHoverColor;
|
||||
// color: $textPrimaryHoverColor;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user