1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Fix dashboard for argon theme

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-08 15:06:22 +02:00
parent 28fab25532
commit 8d4ae79b23

View file

@ -8,6 +8,7 @@
.Dashboard h3 { .Dashboard h3 {
color:#000; color:#000;
background: transparent;
} }
.Dashboard hr { .Dashboard hr {
@ -32,6 +33,13 @@
background-color: #e0e0e0; background-color: #e0e0e0;
} }
.Dashboard div > table > tbody > tr:nth-of-type(2n), div > .table > .tr:nth-of-type(2n) {
background-color: transparent;
}
.Dashboard .tr {
background-color: transparent;
}
.Dashboard .title { .Dashboard .title {
text-align: center; text-align: center;
} }