fix some bugs

This commit is contained in:
Florian Sorg 2024-06-05 19:14:52 +02:00
parent 8674bf72bf
commit 873dffa103
1 changed files with 28 additions and 3 deletions

View File

@ -96,6 +96,10 @@ h6,
border-bottom: 0 !important;
}
body > .container-fluid {
margin-bottom: 1em;
}
#footer {
padding-top: 1em;
background: #4d733b url('./theme18/bg_pattern_tiled.png') repeat;
@ -133,6 +137,7 @@ body {
.nav-link {
color: black;
&:hover,
&.active {
color: black;
@ -141,9 +146,29 @@ body {
}
}
.text-success,
.text-danger {
background: white;
border-radius: 3px;
padding: 1px;
}
td {
[class*="text-"] {
background: white;
border-radius: 3px;
.text-success,
.text-danger {
background: transparent;
padding: 0;
.bi {
background: white;
border-radius: 3px;
}
}
}
.alert {
a {
color: inherit !important;
}
}