From 0759f8e2f6eaa9c2cdc636a70c3a4b978e5c02bd Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 19 Oct 2022 17:56:38 +0200 Subject: [PATCH] Cosmetic --- html/css/style-classic7.css | 19 ++++++++++++++++--- include/template/acc_operation_note-input.php | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 7eff87451..9e1bdcfea 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -71,7 +71,7 @@ table.sortable td, table.table_large td, table.result td,table.resultfooter td border: 1px solid lightblue; } table.sortable th, table.table_large th,table.result th { - font-weight:bold; + font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; font-family: 'OpenSansRegular'; border-bottom:2px #5d90cd groove; @@ -79,7 +79,7 @@ table.sortable th, table.table_large th,table.result th { color:#0C106D; text-align: left; - font-style: italic; + font-style: normal; } h2.title { @@ -3237,4 +3237,17 @@ li.li-active { } } -/**========*/ +/**========* Highlight the sorted column ****/ + /**========*/ + .sorttable_sorted_reverse { + color: #5e5a55 !important; + font-style: italic !important; + } + + /**========*/ + .sorttable_sorted { + color: #5e5a55 !important; + font-style: italic !important; + + } + diff --git a/include/template/acc_operation_note-input.php b/include/template/acc_operation_note-input.php index 17efd9ad7..2860e8e10 100644 --- a/include/template/acc_operation_note-input.php +++ b/include/template/acc_operation_note-input.php @@ -26,7 +26,7 @@