fixed visual black theme error
This commit is contained in:
parent
2118f44a7a
commit
34350c92a0
|
@ -172,7 +172,7 @@ div#rules::after {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #fff;
|
background: transparent;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1202,3 +1202,10 @@ a.pandora_pagination,
|
||||||
.bg_ccc {
|
.bg_ccc {
|
||||||
background-color: #50505050 !important;
|
background-color: #50505050 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="image"] {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
.databox_color {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue