fixes dark orange theme

This commit is contained in:
Godfrey M 2023-05-02 12:17:22 -07:00
parent 5de30db0a9
commit af2f288286

View file

@ -119,6 +119,9 @@ li.dropdown-item-marker {
#ldapad_test_results.well.well-sm{
color: var(--back-main);
}
a.actions {
color:#fff !important;
}
//pagination
.pagination > li >a{
color: var(--light-link);
@ -378,6 +381,12 @@ input[type=text], input[type=search] {
.box-header.with-border {
border-bottom: #000;
}
#customFieldsTable a[href*='/models'] {
color: var(--back-sub);
}
#customFieldsTable a[href*='/fieldsets']{
background-color: transparent;
}
.row-striped {
vertical-align: top;