Lighter background for navtree
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$project-sidebar-background: $color-background-nav
|
$project-sidebar-background: $color-background
|
||||||
|
|
||||||
#project-container
|
#project-container
|
||||||
display: flex
|
display: flex
|
||||||
@@ -211,8 +211,7 @@ $project-sidebar-background: $color-background-nav
|
|||||||
min-height: $project_header-height
|
min-height: $project_header-height
|
||||||
width: 100%
|
width: 100%
|
||||||
background-color: $color-background-light
|
background-color: $color-background-light
|
||||||
border-bottom: thin solid lighten($color-text-dark-hint, 10%)
|
border-bottom: thin solid $color-background-dark
|
||||||
box-shadow: -15px 5px 25px rgba(black, .2)
|
|
||||||
|
|
||||||
/* Name of the project */
|
/* Name of the project */
|
||||||
.project-title
|
.project-title
|
||||||
|
@@ -702,7 +702,6 @@ footer
|
|||||||
|
|
||||||
.tooltip
|
.tooltip
|
||||||
transition: none
|
transition: none
|
||||||
|
|
||||||
&.in
|
&.in
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* jsTree overrides */
|
/* jsTree overrides */
|
||||||
|
|
||||||
$tree-color-text: $color-text-light-primary
|
$tree-color-text: $color-text-dark-primary
|
||||||
$tree-color-highlight: white
|
$tree-color-highlight: hsl(hue($color-background-active), 40%, 40%)
|
||||||
$tree-color-highlight-background: hsl(hue($color-background-active), 40%, 40%)
|
$tree-color-highlight-background: hsl(hue($color-background-active), 40%, 40%)
|
||||||
$tree-color-highlight-background-text: white
|
$tree-color-highlight-background-text: white
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user