mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Fixed search button height
This commit is contained in:
parent
462562c447
commit
ca72018b49
|
@ -39,7 +39,7 @@
|
||||||
#search-button {
|
#search-button {
|
||||||
.button-blue;
|
.button-blue;
|
||||||
width: @icon-box-size + @icon-padding * 2;
|
width: @icon-box-size + @icon-padding * 2;
|
||||||
height: 41px;
|
height: 42px;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer; //somehow it is not pointer
|
cursor: pointer; //somehow it is not pointer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue