fixed zindex thing - brightness was the problem
This commit is contained in:
@@ -5,11 +5,11 @@ label {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
input[type=text]{
|
||||
input[type=text],input[type=number],input[type=search],textarea{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type=text],textarea{
|
||||
input[type=text],input[type=number],input[type=search],textarea{
|
||||
background: var(--input-bg);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user