From efd584c7aa4f0e9c447e7cdcf8affa5353c21fe5 Mon Sep 17 00:00:00 2001 From: Tag Date: Sat, 14 Jan 2023 17:01:06 -0800 Subject: [PATCH] CSS adjustments --- package.nw/gt_chat.html | 2 +- package.nw/lib/style.css | 48 ++++++++++++++++++---------------------- 2 files changed, 22 insertions(+), 28 deletions(-) diff --git a/package.nw/gt_chat.html b/package.nw/gt_chat.html index 4875181..0b09e59 100644 --- a/package.nw/gt_chat.html +++ b/package.nw/gt_chat.html @@ -668,7 +668,7 @@ white-space: normal; " > -
+
/ / / / /
diff --git a/package.nw/lib/style.css b/package.nw/lib/style.css index e0ee25a..4236dfb 100644 --- a/package.nw/lib/style.css +++ b/package.nw/lib/style.css @@ -1,3 +1,22 @@ +html { + margin: 0px; + -webkit-user-select: none; + user-select: none; + height: 100%; + background-color: black; + color: #fff; + white-space: nowrap; + font-family: Sans-Serif; + font-size: 12px; + text-align: center; + overflow: hidden; + width: 100%; + display: block; + filter:none; +} + + + @media print { .printHotKeyDiv { background-color: white; @@ -39,7 +58,6 @@ color: #fff; display: none; height: 100%; - } .mapDivEnd { @@ -269,22 +287,6 @@ -webkit-border-radius: 6px; } -html { - margin: 0px; - -webkit-user-select: none; - user-select: none; - height: 100%; - background-color: black; - color: #fff; - white-space: nowrap; - font-family: Sans-Serif; - font-size: 12px; - text-align: center; - overflow: hidden; - width: 100%; - display: block; - filter:none; -} button:focus { outline: none; @@ -538,7 +540,9 @@ select { background-color: darkgreen; color: #ff0; cursor: pointer; + filter:inherit; } + select:focus { outline: none; } @@ -555,18 +559,8 @@ select:disabled { } select option { - margin: 40px; background: #000; color: #fff; - text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4); - -moz-appearance: none; - -webkit-appearance: none; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; - text-indent: 0.2px; - text-overflow: ""; - padding: 5px; } select option:focus {