more non-textual updates to the bandwidth wizard

This commit is contained in:
hankhill19580
2020-06-24 18:02:25 +00:00
parent 9a6374c79b
commit 39f3e3a92c
3 changed files with 64 additions and 7 deletions

View File

@@ -3143,6 +3143,7 @@ td#themeselect {
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
background: rgba(0,0,0,0.7);
padding: 2px;
}
#bandwidthconfig {
@@ -3544,11 +3545,6 @@ table#bandwidthconfig td:first-child {
left: 30%;
top: 40%;
font-size: larger;
background: #000;
background: linear-gradient(to right, #fafaff, #000);
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
}
table#bandwidthconfig {

View File

@@ -2543,6 +2543,10 @@ td {
box-shadow: none !important;
}
.clickableProgression {
color: #327bbf;
}
#infodiv {
position: absolute;
right: 12%;