mirror of
https://github.com/ellite/Wallos.git
synced 2026-04-27 23:40:37 -05:00
fix: disabled inputs on dark theme (#250)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$version = "v1.18.0";
|
||||
$version = "v1.18.1";
|
||||
?>
|
||||
@@ -77,6 +77,17 @@ select::placeholder {
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
input[type="text"]:disabled,
|
||||
input[type="email"]:disabled,
|
||||
input[type="password"]:disabled,
|
||||
input[type="date"]:disabled,
|
||||
input[type="number"]:disabled,
|
||||
select:disabled {
|
||||
background-color: #999;
|
||||
border-color: #666;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
input[type="button"].secondary-button {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user