parent
0093c72f2d
commit
d457c79270
1 changed files with 9 additions and 2 deletions
11
style.css
11
style.css
|
|
@ -177,7 +177,9 @@ input[type="reset"]::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
:disabled,
|
:disabled,
|
||||||
:disabled + label {
|
:disabled + label,
|
||||||
|
:read-only,
|
||||||
|
:read-only + label {
|
||||||
color: var(--button-shadow);
|
color: var(--button-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -470,6 +472,10 @@ input[type="email"]:disabled,
|
||||||
input[type="password"]:disabled,
|
input[type="password"]:disabled,
|
||||||
input[type="text"]:disabled,
|
input[type="text"]:disabled,
|
||||||
input[type="number"]:disabled,
|
input[type="number"]:disabled,
|
||||||
|
input[type="email"]:read-only,
|
||||||
|
input[type="password"]:read-only,
|
||||||
|
input[type="text"]:read-only,
|
||||||
|
input[type="number"]:read-only,
|
||||||
textarea:disabled {
|
textarea:disabled {
|
||||||
background-color: var(--surface);
|
background-color: var(--surface);
|
||||||
}
|
}
|
||||||
|
|
@ -714,7 +720,8 @@ ul.tree-view details[open] > summary:before {
|
||||||
content: "-";
|
content: "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tree-view details > summary::marker, ul.tree-view details > summary::-webkit-details-marker {
|
ul.tree-view details > summary::marker,
|
||||||
|
ul.tree-view details > summary::-webkit-details-marker {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue