Fix readonly and disabled input forms colors
This commit is contained in:
@ -44,5 +44,5 @@
|
||||
|
||||
<!-- CSS stylesheets -->
|
||||
<link href="/assets/css/style.css?v=5" rel="stylesheet">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=1" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=2" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
</head>
|
||||
|
@ -104,6 +104,13 @@ img {
|
||||
background-color: $dark-300;
|
||||
}
|
||||
|
||||
.form-control:read-only,
|
||||
.form-control:disabled {
|
||||
color: $light !important;
|
||||
background: $dark-300 !important;
|
||||
border-color: $dark-300 !important;
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.form-control:focus {
|
||||
color: $light;
|
||||
|
Reference in New Issue
Block a user