From 8d7791a0c57eefe061d29bea45f35cfddb6b74dd Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 28 Apr 2022 13:31:48 +0200 Subject: [PATCH] do not underline a.accordion2-toggle --- views/bootstrap/styles/application.css | 4 ++++ views/bootstrap4/styles/application.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/styles/application.css b/views/bootstrap/styles/application.css index b10e35780..ffe319622 100644 --- a/views/bootstrap/styles/application.css +++ b/views/bootstrap/styles/application.css @@ -252,6 +252,10 @@ div.statusbar-container h1 { font-weight: normal; } +a.accordion2-toggle:focus, a.accordion2-toggle:hover { + text-decoration: none; +} + span.datepicker { padding: 0px; } diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index a9c5a6f79..024e02dfc 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -1,5 +1,5 @@ body { /* Add top padding for full-width layout */ - padding-top: 9.3rem; + padding-top: 3.7rem; } #login_wrapper { margin: auto auto; @@ -260,6 +260,10 @@ div.statusbar-container h1 { font-weight: normal; } +a.accordion2-toggle:focus, a.accordion2-toggle:hover { + text-decoration: none; +} + span.datepicker { padding: 0px; }