fix some bugs
This commit is contained in:
parent
8674bf72bf
commit
873dffa103
|
@ -96,6 +96,10 @@ h6,
|
||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > .container-fluid {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
background: #4d733b url('./theme18/bg_pattern_tiled.png') repeat;
|
background: #4d733b url('./theme18/bg_pattern_tiled.png') repeat;
|
||||||
|
@ -133,6 +137,7 @@ body {
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active {
|
&.active {
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -141,9 +146,29 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.text-success,
|
||||||
|
.text-danger {
|
||||||
|
background: white;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
[class*="text-"] {
|
.text-success,
|
||||||
background: white;
|
.text-danger {
|
||||||
border-radius: 3px;
|
background: transparent;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.bi {
|
||||||
|
background: white;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
a {
|
||||||
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue