content and edit record
This commit is contained in:
@@ -5,12 +5,11 @@ label {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
input{
|
||||
|
||||
input[type=text]{
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
input,textarea{
|
||||
|
||||
input[type=text],textarea{
|
||||
background: var(--input-bg);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 5px;
|
||||
@@ -18,7 +17,7 @@ input,textarea{
|
||||
font-size: 16px;
|
||||
filter: brightness(95%);
|
||||
}
|
||||
input:focus,textarea:focus{
|
||||
input[type=text]:focus,textarea:focus{
|
||||
filter: brightness(101%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user