From dba2462fe19924b667b47e7e2ceca642baacfadb Mon Sep 17 00:00:00 2001 From: shunjou Date: Sat, 1 Dec 2018 13:00:16 -0500 Subject: luci-theme-material: partial style overhaul * Restore theme to near original style * Properly declare variable fallbacks * More consistent table and border styling * Improve responsive design scaling * Add static ripple effect to sidebar menu * Style command output as terminal * Comb coding style and widespread cleanup * Various other improvements and fixes Signed-off-by: Shun Jou --- themes/luci-theme-material/htdocs/luci-static/material/js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/luci-theme-material/htdocs/luci-static/material/js') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js index 27bb5ac038..3c25ed712d 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js +++ b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js @@ -159,7 +159,7 @@ $(".main-left").stop(true).animate({ width: "0" }, "fast"); - $(".main-right").css("overflow-y", "auto"); + $(".main-right").css("overflow-y", "visible"); showSide = false; } else { $(".darkMask").stop(true).fadeIn("fast"); @@ -179,7 +179,7 @@ $(".main-left").stop(true).animate({ width: "0" }, "fast"); - $(".main-right").css("overflow-y", "auto"); + $(".main-right").css("overflow-y", "visible"); } }); -- cgit v1.2.3