diff --git a/dist/css/app.min.less b/dist/css/app.min.less index 1390928a..1d6c50b4 100644 --- a/dist/css/app.min.less +++ b/dist/css/app.min.less @@ -666,13 +666,15 @@ md-select-menu md-option:focus:not([disabled]):not([selected]) { ::-webkit-scrollbar { height: 12px; width: 12px; - background: @widgetBackgroundColor; } ::-webkit-scrollbar-thumb { - background: @baseColor; + background-color: @baseColor; -webkit-border-radius: 1ex; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); } + ::-webkit-scrollbar-track { + background-color: @pageBackgroundColor; + } } } diff --git a/dist/dashboard.appcache b/dist/dashboard.appcache index ce21e96f..66874d39 100644 --- a/dist/dashboard.appcache +++ b/dist/dashboard.appcache @@ -24,4 +24,4 @@ fonts/weather-icons-lite.woff2 NETWORK: * -# hash: 98bfca7ad9a324dfb3f7a8aef3c24327785ea047f19f72f94b8051945dfc5593 +# hash: 54be45cff4bc46a00bd2906f23ecb749ab9b62724604a701ac8f844eaf372081 diff --git a/dist/js/app.min.js b/dist/js/app.min.js index 7e6a749c..d78df4e8 100644 --- a/dist/js/app.min.js +++ b/dist/js/app.min.js @@ -613,4 +613,4 @@ angular.module("ui").filter("chartGetRange",function(){return function(n,t){t=[p angular.module("ui").filter("trusted",["$sce",function(u){return function(t){return u.trustAsHtml(t)}}]); angular.module("ui").filter("spaceToUnderscore",function(){return function(e){return e.replace(/ /g,"_")}}),angular.module("ui").filter("underscoreToSpace",function(){return function(e){return e.replace(/_/g," ")}}); -angular.module("ui").run(["$templateCache",function(e){e.put("logout.html",'