fixed visual black theme error

This commit is contained in:
marcos 2021-10-07 13:43:46 +02:00
parent 2118f44a7a
commit 34350c92a0
2 changed files with 8 additions and 1 deletions

View File

@ -172,7 +172,7 @@ div#rules::after {
font-size: 2.5em;
color: #aaa;
overflow: hidden;
background: #fff;
background: transparent;
text-align: center;
height: 100px;
}

View File

@ -1202,3 +1202,10 @@ a.pandora_pagination,
.bg_ccc {
background-color: #50505050 !important;
}
input[type="image"] {
background-color: transparent !important;
}
.databox_color {
background-color: transparent !important;
}