fixing color

This commit is contained in:
deri sahertian 2023-02-22 22:06:04 +07:00 committed by GitHub
parent f1564ac1ec
commit 6623e46cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -716,7 +716,7 @@ fieldset > fieldset,
width: 100%; width: 100%;
padding-bottom: 1rem; padding-bottom: 1rem;
color: #404040; color: #404040;
border-bottom: thin solid #eee; border-bottom: thin solid #eeeeee00;
margin: 0 0 0.5rem; margin: 0 0 0.5rem;
} }
.cbi-section > h4:first-child, .cbi-section > h4:first-child,
@ -1806,7 +1806,7 @@ input[name="nslookup"] {
display: inline-block; display: inline-block;
margin-top: 2rem !important; margin-top: 2rem !important;
text-align: left; 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); 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; padding: 1rem 3.5rem 2rem;
} }
@ -2306,7 +2306,7 @@ div > .table > .tr:nth-of-type(2n),
} }
.showSide { .showSide {
position: relative; position: relative;
top: 0.18rem; top: 0rem;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
height: 100%; height: 100%;

View File

@ -690,7 +690,7 @@ body.dark {
.dark h2 { .dark h2 {
font-size: 1.8rem; font-size: 1.8rem;
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: thin solid #eee; border-bottom: thin solid #eeeeee00;
margin: 2rem 0 0; margin: 2rem 0 0;
} }
@ -772,7 +772,7 @@ body.dark {
display: block; display: block;
width: 100%; width: 100%;
padding-bottom: 1rem; padding-bottom: 1rem;
color: #ffffff; color: #2e6da4;
margin: 0 0 0.5rem; margin: 0 0 0.5rem;
} }
@ -1080,9 +1080,9 @@ body.dark {
} }
.dark .cbi-tabmenu { .dark .cbi-tabmenu {
border: thin solid #d4d4d4; border: thin solid #202020;
border-bottom: 0; border-bottom: 0;
background-color: #d4d4d4; background-color: #202020;
} }
.dark .cbi-tabmenu > li:hover { .dark .cbi-tabmenu > li:hover {
@ -1090,7 +1090,7 @@ body.dark {
} }
.dark .cbi-tabmenu > li[class~="cbi-tab"] { .dark .cbi-tabmenu > li[class~="cbi-tab"] {
background-color: #fff; background-color: #3c3c3c;
} }
.dark [data-tab-title] { .dark [data-tab-title] {
@ -1678,7 +1678,7 @@ body.dark {
.dark td > .ifacebadge, .dark td > .ifacebadge,
.dark .td > .ifacebadge { .dark .td > .ifacebadge {
font-size: 0.8rem; font-size: 0.8rem;
background-color: #202020; background-color: #ffffff;
} }
.dark .ifacebadge > em, .dark .ifacebadge > em,
@ -1712,7 +1712,7 @@ body.dark {
align-items: center; align-items: center;
flex: 1 1 auto; flex: 1 1 auto;
min-width: 220px; min-width: 220px;
background-color: #333333; background-color: #ffffff;
margin: 0.5em 0.25em 0; margin: 0.5em 0.25em 0;
padding: 0.5em; padding: 0.5em;
} }
@ -1821,7 +1821,7 @@ body.dark {
flex-direction: column; flex-direction: column;
min-width: 100px; min-width: 100px;
border-bottom: thin solid #ccc; 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); 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 { .dark .showSide {
position: relative; position: relative;
top: 0.18rem; top: 0rem;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
height: 100%; height: 100%;