Fix bug with unlinking user orders on lists load over active list
This commit is contained in:
@@ -5,3 +5,4 @@ $green: #7BB459 //Heineken
|
||||
//$wood: image-url('textures/wood001-vertical.jpg')
|
||||
$wood: image-url('textures/theme1.jpg')
|
||||
$background-brown: #57351f
|
||||
$active-link-color: #ff0
|
||||
|
||||
@@ -49,8 +49,8 @@ header.top-menu
|
||||
margin-top: 10px
|
||||
color: #999
|
||||
&.active
|
||||
color: yellow
|
||||
border-color: yellow
|
||||
color: $active-link-color
|
||||
border-color: $active-link-color
|
||||
&.callout
|
||||
color: #f70
|
||||
border-color: #f70
|
||||
|
||||
@@ -26,6 +26,8 @@ aside.side-menu
|
||||
margin-right: 18px
|
||||
@extend .fa
|
||||
@extend .fa-list
|
||||
a.active
|
||||
color: $active-link-color
|
||||
|
||||
.toggle-side-menu
|
||||
position: absolute
|
||||
|
||||
Reference in New Issue
Block a user