|
|
@ -1071,6 +1071,9 @@ table.flat-table {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-wg-table thead td {
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
.page-wg-table__action {
|
|
|
|
.page-wg-table__action {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1244,6 +1247,9 @@ div.ticket-message-private {
|
|
|
|
background: #1c619a;
|
|
|
|
background: #1c619a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.no-p2p { color: #ca8c8d; }
|
|
|
|
|
|
|
|
.no-ipv6 { color: #959595; }
|
|
|
|
|
|
|
|
|
|
|
|
.account-status table td:first-child,
|
|
|
|
.account-status table td:first-child,
|
|
|
|
.account-status table tr:not(:first-child) {
|
|
|
|
.account-status table tr:not(:first-child) {
|
|
|
|
border-color: #777;
|
|
|
|
border-color: #777;
|
|
|
@ -1263,6 +1269,11 @@ div.ticket-message-private {
|
|
|
|
.account-aff-box {
|
|
|
|
.account-aff-box {
|
|
|
|
background: #22222b;
|
|
|
|
background: #22222b;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wireguard-key {
|
|
|
|
|
|
|
|
background: #334;
|
|
|
|
|
|
|
|
padding: 0.25em 0.75em 0.20em;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.ticket-message-user {
|
|
|
|
div.ticket-message-user {
|
|
|
|
background: #222;
|
|
|
|
background: #222;
|
|
|
@ -1296,7 +1307,8 @@ div.ticket-message-private {
|
|
|
|
color: #35b8ff;
|
|
|
|
color: #35b8ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
|
|
|
|
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea,
|
|
|
|
|
|
|
|
input[type="text"], input[type="submit"]:not(.pure-form *) {
|
|
|
|
background: #222;
|
|
|
|
background: #222;
|
|
|
|
border-color: #888;
|
|
|
|
border-color: #888;
|
|
|
|
box-shadow: inset 0 1px 3px #000;
|
|
|
|
box-shadow: inset 0 1px 3px #000;
|
|
|
@ -1305,7 +1317,6 @@ div.ticket-message-private {
|
|
|
|
footer {
|
|
|
|
footer {
|
|
|
|
background-color: #00234A;
|
|
|
|
background-color: #00234A;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|