diff --git a/web/css/styles.min.css b/web/css/styles.min.css index f767c3c8a..46ddfa690 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -993,6 +993,19 @@ input[type="checkbox"] { margin-right: -8px; } +.l-stat__col a.disabled { + cursor: default; + text-decoration: none; +} + +.l-stat__col a.disabled:hover { + border: none; +} + +.l-stat__col a.disabled .l-stat__col-title, .l-stat__col a.disabled li { + color: #e0e0e0; +} + .l-separator.selected, .l-separator { height: 1px; @@ -2512,7 +2525,7 @@ label:hover { } .vst-list.flat { - border: 1px solid #fff; + border: 1px solid #fff; color: #2c9491; text-transform: uppercase; font-weight: bold; diff --git a/web/templates/scripts.html b/web/templates/scripts.html index 7c1e551e6..d36aa5525 100644 --- a/web/templates/scripts.html +++ b/web/templates/scripts.html @@ -15,6 +15,54 @@ }); + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file +?>