do not underline a.accordion2-toggle

This commit is contained in:
Uwe Steinmann 2022-04-28 13:31:48 +02:00
parent 1916147d43
commit 8d7791a0c5
2 changed files with 9 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;
}