From 6623e46cf0cb7b9e4a5093992950b1f9ce130726 Mon Sep 17 00:00:00 2001 From: deri sahertian <97965918+derisamedia@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:06:04 +0700 Subject: [PATCH] fixing color --- luasrc/gaya/gaya.css | 6 +++--- luasrc/gaya/gaya.dark.css | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 5f6cab1..0f2812e 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -716,7 +716,7 @@ fieldset > fieldset, width: 100%; padding-bottom: 1rem; color: #404040; - border-bottom: thin solid #eee; + border-bottom: thin solid #eeeeee00; margin: 0 0 0.5rem; } .cbi-section > h4:first-child, @@ -1806,7 +1806,7 @@ input[name="nslookup"] { display: inline-block; margin-top: 2rem !important; text-align: left; - background-color: #fff; + background-color: #2e2b2b00; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); padding: 1rem 3.5rem 2rem; } @@ -2306,7 +2306,7 @@ div > .table > .tr:nth-of-type(2n), } .showSide { position: relative; - top: 0.18rem; + top: 0rem; display: inline-flex; align-items: center; height: 100%; diff --git a/luasrc/gaya/gaya.dark.css b/luasrc/gaya/gaya.dark.css index 6589f6d..1483216 100644 --- a/luasrc/gaya/gaya.dark.css +++ b/luasrc/gaya/gaya.dark.css @@ -690,7 +690,7 @@ body.dark { .dark h2 { font-size: 1.8rem; padding-bottom: 10px; - border-bottom: thin solid #eee; + border-bottom: thin solid #eeeeee00; margin: 2rem 0 0; } @@ -772,7 +772,7 @@ body.dark { display: block; width: 100%; padding-bottom: 1rem; - color: #ffffff; + color: #2e6da4; margin: 0 0 0.5rem; } @@ -1080,9 +1080,9 @@ body.dark { } .dark .cbi-tabmenu { - border: thin solid #d4d4d4; + border: thin solid #202020; border-bottom: 0; - background-color: #d4d4d4; + background-color: #202020; } .dark .cbi-tabmenu > li:hover { @@ -1090,7 +1090,7 @@ body.dark { } .dark .cbi-tabmenu > li[class~="cbi-tab"] { - background-color: #fff; + background-color: #3c3c3c; } .dark [data-tab-title] { @@ -1678,7 +1678,7 @@ body.dark { .dark td > .ifacebadge, .dark .td > .ifacebadge { font-size: 0.8rem; - background-color: #202020; + background-color: #ffffff; } .dark .ifacebadge > em, @@ -1712,7 +1712,7 @@ body.dark { align-items: center; flex: 1 1 auto; min-width: 220px; - background-color: #333333; + background-color: #ffffff; margin: 0.5em 0.25em 0; padding: 0.5em; } @@ -1821,7 +1821,7 @@ body.dark { flex-direction: column; min-width: 100px; border-bottom: thin solid #ccc; - background-color: #f9f9f9; + background-color: #424242; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2); } @@ -2627,7 +2627,7 @@ body.dark { .dark .showSide { position: relative; - top: 0.18rem; + top: 0rem; display: inline-flex; align-items: center; height: 100%;