related to #1465 dark mode done

This commit is contained in:
Matthieu Leproux
2021-09-30 15:01:01 +02:00
committed by plegall
parent 206df4aa67
commit 7c950f5c84
3 changed files with 66 additions and 13 deletions
+26
View File
@@ -5582,3 +5582,29 @@ color:#FF7B00;
.site-url-path span {
margin-top: -10px;
}
.search-line {
background: #fafafa;
}
.search-line .date-section,
.search-line .user-section,
.search-line .type-section {
border-right: 1px solid #bbb;
}
.detail-item-1, .detail-item-2, .detail-item-3 {
background: #f0f0f0f0;
}
.search-line .type-name a {
color: #a1a1a1;
}
.history-filter {
background: #f3f3f3;
}
.hasDatepicker, .elem-type-select {
background: white !important;
}