fixes dark green theme

This commit is contained in:
Godfrey M 2023-05-02 12:10:55 -07:00
parent 47370da924
commit 5de30db0a9

View file

@ -131,6 +131,9 @@ a {
#ldapad_test_results.well.well-sm{
color: var(--back-main);
}
a.actions {
color:#fff !important;
}
//pagination
.pagination > li >a{
color: var(--light-link);
@ -180,10 +183,6 @@ h2.task_menu{
color: var(--text-main);
}
a:link {
color: var(--link);
}
.btn-primary.hover {
color: var(--nav-link);
}
@ -385,6 +384,12 @@ a {
color: var(--visited-link)
}
}
#customFieldsTable a[href*='/models'] {
color: var(--back-sub);
}
#customFieldsTable a[href*='/fieldsets']{
background-color: transparent;
}
.row-striped {
vertical-align: top;