Merge branch 'master' into 'master'

fix: table text color in dark mode

See merge request KevinRoebert/ClearUrls!104
This commit is contained in:
Kevin
2022-07-26 18:15:45 +00:00

View File

@@ -42,6 +42,10 @@ body {
font-size: 14px; font-size: 14px;
} }
table {
color: var(--page-fg-color) !important;
}
.form-control, .form-control,
.form-control:disabled, .form-control:disabled,
.form-control:focus, .form-control:focus,
@@ -79,12 +83,14 @@ body {
background-color: #fff; background-color: #fff;
border-color: #ccc border-color: #ccc
} }
.btn-default.focus, .btn-default.focus,
.btn-default:focus { .btn-default:focus {
color: #333; color: #333;
background-color: #e6e6e6; background-color: #e6e6e6;
border-color: #8c8c8c border-color: #8c8c8c
} }
.btn-default:hover { .btn-default:hover {
color: #333; color: #333;
background-color: #e6e6e6; background-color: #e6e6e6;