From c728923dba097236270b6995f0eb8a61000e4db8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 24 Jun 2022 21:19:04 +0200 Subject: [PATCH] custom stylesheet created --- css/custom.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 css/custom.css diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..62fa49a --- /dev/null +++ b/css/custom.css @@ -0,0 +1,20 @@ +input +{ + opacity: 0.65; +} + +/*tr#newCombRow input { + background: paleturquoise; +}*/ + +input:invalid { + border: 2px solid red; +} + +tr[data-ini='0'] { + background: lightgray; +} + +th#combIniHeader, th#combDiceReaHeader, th#combActionsHeader { + text-align: center; +}