From ea83a49adfe3beb9f1cfdf04f98bd845b9a42f70 Mon Sep 17 00:00:00 2001 From: alice Date: Tue, 14 Sep 2021 17:37:39 +0200 Subject: [PATCH] dark theme improvements --- static/css/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index abbc205..b457449 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1071,6 +1071,9 @@ table.flat-table { width: 100%; margin-top: 0.5em; } +.page-wg-table thead td { + text-align: left; +} .page-wg-table__action { text-align: center; } @@ -1244,6 +1247,9 @@ div.ticket-message-private { background: #1c619a; } + .no-p2p { color: #ca8c8d; } + .no-ipv6 { color: #959595; } + .account-status table td:first-child, .account-status table tr:not(:first-child) { border-color: #777; @@ -1263,6 +1269,11 @@ div.ticket-message-private { .account-aff-box { background: #22222b; } + .wireguard-key { + background: #334; + padding: 0.25em 0.75em 0.20em; + color: #fff; + } div.ticket-message-user { background: #222; @@ -1296,7 +1307,8 @@ div.ticket-message-private { 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; border-color: #888; box-shadow: inset 0 1px 3px #000; @@ -1305,7 +1317,6 @@ div.ticket-message-private { footer { background-color: #00234A; } - }