Style tweak to nav header
This commit is contained in:
parent
df810c0c4e
commit
3139ba5368
@ -211,8 +211,9 @@
|
|||||||
height: $project_header-height
|
height: $project_header-height
|
||||||
min-height: $project_header-height
|
min-height: $project_header-height
|
||||||
width: 100%
|
width: 100%
|
||||||
border-bottom: 2px solid $color-background-nav-light
|
background-color: $color-background-light
|
||||||
background-color: $color-background-nav-dark
|
border-bottom: thin solid lighten($color-text-dark-hint, 10%)
|
||||||
|
box-shadow: 0 0 25px rgba(black, .2)
|
||||||
|
|
||||||
/* Name of the project */
|
/* Name of the project */
|
||||||
.project-title
|
.project-title
|
||||||
@ -224,12 +225,13 @@
|
|||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
width: 100%
|
width: 100%
|
||||||
color: white
|
color: $color-text-dark
|
||||||
padding: 15px
|
padding: 15px
|
||||||
font-size: 1.1em
|
font-size: 1.1em
|
||||||
+text-overflow-ellipsis
|
+text-overflow-ellipsis
|
||||||
|
|
||||||
&:hover, &:active, &:focus
|
&:hover, &:active
|
||||||
|
color: $color-primary
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
outline: none
|
outline: none
|
||||||
|
|
||||||
@ -736,7 +738,7 @@ ul.project_nav-edit-list
|
|||||||
|
|
||||||
/* The actual navigation tree container */
|
/* The actual navigation tree container */
|
||||||
#project_tree
|
#project_tree
|
||||||
padding-bottom: 5px // some padding on bottom of jstree
|
padding: 5px 0 // some padding on top/bottom of jstree
|
||||||
position: relative // for scrollbar alignment
|
position: relative // for scrollbar alignment
|
||||||
margin-top: $project_header-height
|
margin-top: $project_header-height
|
||||||
background-color: $color-background-nav
|
background-color: $color-background-nav
|
||||||
|
Loading…
x
Reference in New Issue
Block a user