From 1adaef3dbfd9d4a894161fc36c60a39cb87b0d96 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 8 Sep 2024 09:53:37 +0200 Subject: [PATCH] www/dbq/html/default.css --- www/dbq/html/default.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 359a6b89..716fb5f4 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -38,9 +38,12 @@ h1, h1 a, h1 a:hover { font-weight: normal !important;; } +/* + NB 08.09.24: #db-menu-form_ * { font-size: 95%; } + */ #db-menu-form .form-control { max-width: 5rem; @@ -56,10 +59,6 @@ h1, h1 a, h1 a:hover { } .db-edit .form-control + .media { - /* - border:solid 1px red; - display: inline-block; - */ margin-top: 0.25rem; } @@ -89,10 +88,6 @@ h1, h1 a, h1 a:hover { .db-rows th.view, .HIDE{ - /* - font: 0/0 a; - border: 0; - */ color: transparent; text-shadow: none; background-color: transparent; -- 2.47.3