Fixed module header selected link color.

pull/110/head
Fabio Caccamo 2021-01-04 13:50:40 +01:00
parent d94c6321aa
commit f9817da531
2 changed files with 14 additions and 16 deletions

View File

@ -122,12 +122,6 @@
padding: 0 1px; padding: 0 1px;
} }
/*
#changelist table tbody tr.selected {
background-color:#FFFFCC;
}
*/
.admin-interface #changelist .paginator { .admin-interface #changelist .paginator {
margin-top:-1px; /* merge 2 borders into 1 */ margin-top:-1px; /* merge 2 borders into 1 */
line-height:42px; line-height:42px;
@ -457,16 +451,6 @@ body.admin-interface .paginator a.showall:visited {
} }
} }
.admin-interface #nav-sidebar .current-app .section:link,
.admin-interface #nav-sidebar .current-app .section:visited {
color: #FFFFCC;
font-weight: normal;
}
.admin-interface #nav-sidebar .current-model {
background: #FFFFCC;
}
/* fixed related widget and select2 */ /* fixed related widget and select2 */
.admin-interface .aligned .form-row .related-widget-wrapper { .admin-interface .aligned .form-row .related-widget-wrapper {
white-space: nowrap; white-space: nowrap;

View File

@ -100,6 +100,20 @@
border-bottom-color:rgba(255, 255, 255, 0.5); border-bottom-color:rgba(255, 255, 255, 0.5);
} }
.admin-interface #nav-sidebar .current-app .section:link,
.admin-interface #nav-sidebar .current-app .section:visited {
color: {{ theme.css_module_link_color }};
font-weight: normal;
}
.admin-interface #nav-sidebar .current-model {
background: #FFFFCC;
}
.admin-interface #changelist table tbody tr.selected {
background-color: #FFFFCC;
}
.admin-interface .module h2, .admin-interface .module h2,
.admin-interface .module caption, .admin-interface .module caption,
.admin-interface .module.filtered h2 { .admin-interface .module.filtered h2 {