mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-24 12:21:09 +00:00
Fix dark theme's input forms colors (#1237)
* Fix readonly and disabled input forms colors * Fix the fix
This commit is contained in:
@@ -111,6 +111,11 @@ img {
|
||||
border-color: $dark-300;
|
||||
}
|
||||
|
||||
.form-control[readonly],
|
||||
.form-control:disabled {
|
||||
background: $dark-300;
|
||||
}
|
||||
|
||||
.card,
|
||||
.jumbotron,
|
||||
.list-group-item {
|
||||
|
Reference in New Issue
Block a user