set bg transparent on images black theme

This commit is contained in:
marcos 2021-10-07 10:30:05 +02:00
parent c7face04e1
commit 52f87757d6
1 changed files with 4 additions and 0 deletions

View File

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