From 260d655706068a2fa9c89b1b6900f23842586f0e Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Wed, 6 Sep 2023 23:14:26 +0200 Subject: [PATCH] style table header buttons --- src/styles/Table.css | 2 ++ src/styles/index.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/styles/Table.css b/src/styles/Table.css index ede21c5..a1f7d07 100644 --- a/src/styles/Table.css +++ b/src/styles/Table.css @@ -12,6 +12,7 @@ table table{ line-height:1em; } + td{ padding: 1rem; max-width: 30rem; @@ -38,6 +39,7 @@ table table{ background-color: hsl(var(--color-1),var(--light)); } .rowHeader button{ + font-weight: bold; width:100%; min-width: max-content; background-color: transparent; diff --git a/src/styles/index.css b/src/styles/index.css index a8f6ffc..bc1dcf6 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -51,4 +51,7 @@ html { header{ text-align: center; } + button:hover{ + cursor:pointer; + } \ No newline at end of file