Small Update
This commit is contained in:
parent
c22f4bee3f
commit
fac66a55ce
|
@ -91,7 +91,6 @@
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transport-selected {
|
.transport-selected {
|
||||||
background-color: #141414;
|
background-color: #141414;
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
|
@ -137,7 +136,8 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transport-options.transport-show {
|
.transport-options.transport-show,
|
||||||
|
.server-options.transport-show {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
background-color: #1b1b1b;
|
background-color: #1b1b1b;
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
padding: 12px 14px;
|
padding: 12px 14px;
|
||||||
border: 1px solid #4141411a;
|
border: 1px solid #ffffff21;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -280,9 +280,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-button.active {
|
.tab-button.active {
|
||||||
background-color: #333;
|
background-color: #5c5c5c;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
transform: translateY(-4px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content {
|
.tab-content {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user