mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Style tweak for dark mode
This commit is contained in:
parent
11cc6d6f43
commit
6f8a60c9ac
@ -273,18 +273,17 @@ span.label.label-warning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[class*="alert"] {
|
[class*="alert"] {
|
||||||
border-radius: 0px;
|
border-radius: .35rem;
|
||||||
color: #d2d2d2;
|
color: #d2d2d2;
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
border-color: #d2d2d2;
|
border: 1px solid #404040;
|
||||||
border: 1px dashed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
font-size: 18px;
|
font-size: 1.2em;
|
||||||
font-weight: normal;
|
font-weight: 400;
|
||||||
text-shadow: 0 0px 0 #202020;
|
text-shadow: none;
|
||||||
opacity: 1;
|
color: #d2d2d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
|
Loading…
Reference in New Issue
Block a user