=== modified file 'lava_server/htdocs/css/default.css'
@@ -76,11 +76,23 @@
width: 100%;
position: relative;
z-index: 1000;
+
+
+ background-image: linear-gradient(bottom, #444 50%, #333 90%);
+ background-image: -o-linear-gradient(bottom, #444 50%, #333 90%);
+ background-image: -moz-linear-gradient(bottom, #444 50%, #333 90%);
+ background-image: -webkit-linear-gradient(bottom, #444 50%, #333 90%);
+ background-image: -ms-linear-gradient(bottom, #444 50%, #333 90%);
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0.5, #444),
+ color-stop(0.9, #333)
+ );
}
#lava-panel.active {
- background-color: white;
- color: black;
}
#lava-panel .lava-panel-element {
=== modified file 'lava_server/templates/layouts/content.html'
@@ -157,7 +157,6 @@
// The top absolute position of the menu.
// Defaults to the bottom border of the panel
var _top = $("#lava-panel").outerHeight(true);
- _top += 1;
// The left absolute position of the menu.
// defaults to the offset of the indicator span