mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
fixes dark orange theme
This commit is contained in:
parent
5de30db0a9
commit
af2f288286
|
@ -119,6 +119,9 @@ li.dropdown-item-marker {
|
||||||
#ldapad_test_results.well.well-sm{
|
#ldapad_test_results.well.well-sm{
|
||||||
color: var(--back-main);
|
color: var(--back-main);
|
||||||
}
|
}
|
||||||
|
a.actions {
|
||||||
|
color:#fff !important;
|
||||||
|
}
|
||||||
//pagination
|
//pagination
|
||||||
.pagination > li >a{
|
.pagination > li >a{
|
||||||
color: var(--light-link);
|
color: var(--light-link);
|
||||||
|
@ -378,6 +381,12 @@ input[type=text], input[type=search] {
|
||||||
.box-header.with-border {
|
.box-header.with-border {
|
||||||
border-bottom: #000;
|
border-bottom: #000;
|
||||||
}
|
}
|
||||||
|
#customFieldsTable a[href*='/models'] {
|
||||||
|
color: var(--back-sub);
|
||||||
|
}
|
||||||
|
#customFieldsTable a[href*='/fieldsets']{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.row-striped {
|
.row-striped {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in a new issue