In search banner, rm excess CSS + adjust button font size
parent
3af0d6c1f8
commit
e9a817485c
|
@ -83,17 +83,11 @@ function insertCSS() {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 1px solid !important;
|
border: 1px solid !important;
|
||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
font-size: 11px !important;
|
font-size: 12px !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
mix-blend-mode: difference !important;
|
mix-blend-mode: difference !important;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
.iwb-notice button+a {
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 12px !important;
|
|
||||||
margin: 8px 0 0 0 !important;
|
|
||||||
white-space: nowrap !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iwb-hide {
|
.iwb-hide {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in New Issue