diff --git a/styles/simple.css b/styles/simple.css index 193efad1..802ee2d0 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -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;