Fixed module header selected link color.

This commit is contained in:
Fabio Caccamo
2021-01-04 13:50:40 +01:00
parent d94c6321aa
commit f9817da531
2 changed files with 14 additions and 16 deletions
@@ -122,12 +122,6 @@
padding: 0 1px;
}
/*
#changelist table tbody tr.selected {
background-color:#FFFFCC;
}
*/
.admin-interface #changelist .paginator {
margin-top:-1px; /* merge 2 borders into 1 */
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 */
.admin-interface .aligned .form-row .related-widget-wrapper {
white-space: nowrap;