MediaWiki:Gadget-BotwTheme.css: Difference between revisions

imported>Leoetlino
LESS doesn't work for gadgets :(
imported>Leoetlino
fix for 1.34 Vector
Line 51: Line 51:
}
}


.skin-vector #simpleSearch {
.skin-vector #simpleSearch input {
     background: transparent;
     color: #c8d9ea;
     border-top: none;
     border-top: none;
     border-left: none;
     border-left: none;
     border-right: none;
     border-right: none;
}
.skin-vector #simpleSearch input {
    color: #c8d9ea;
}
}