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;
|
||||
color: #aaa;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
height: 100px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue