Fix bug with unlinking user orders on lists load over active list

This commit is contained in:
2014-08-11 13:40:20 +02:00
parent af45377679
commit 28192f8e39
18 changed files with 66 additions and 62 deletions
@@ -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