Simplification css
Utiliser :is(...) permet de factoriser
This commit is contained in:
parent
afb0f58ec1
commit
42e4f5b391
@ -623,7 +623,13 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
.window-app.sheet .window-content .sheet-header :is(
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="time"]) {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
border: 0 none;
|
||||
|
Loading…
Reference in New Issue
Block a user