Change Button Size Part 2

This commit is contained in:
seiichiro 2022-01-10 17:25:28 +01:00
parent 2efcd25877
commit 83c50e46d8

View file

@ -105,7 +105,7 @@ form.f-search input[type=text] {
/* Style the submit button */
form.f-search button {
float: left;
width: 19px;
width: 32px;
padding: 10px;
background: #2196F3;
color: white;
@ -124,4 +124,4 @@ form.f-search::after {
content: "";
clear: both;
display: table;
}
}