From 4afd1f7ede8487235cca5ddf9c58789ba12c9643 Mon Sep 17 00:00:00 2001 From: Ahmedvolga Date: Wed, 19 Mar 2025 19:25:59 +0300 Subject: [PATCH] style last record and history --- static/css/style.css | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 13c9622..98336b8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,18 +191,12 @@ body { display: flex; justify-content: space-around; flex-wrap: wrap; - color: rgb(51, 51, 51); + /* color: rgb(51, 51, 51); */ font-size: small; + color: rgb(209, 209, 209); } -/* table, -th, -td { - border: 1px solid black; - border-collapse: collapse; - background-color: aliceblue; - padding: 4px; -} */ + .visible { display: block; @@ -325,6 +319,24 @@ footer { #history { display: flex; justify-content: center; + place-items: center; +} + +.custom-table { + width: 100%; + border-collapse: collapse; + background-color: white; +} +.custom-th, .custom-td { + border: 1px solid black; + padding: 2px; + text-align: left; + width: 60px; + font-size: 12px; +} +.custom-th { + cursor: pointer; + background-color: #f2f2f2; } .copy-text {