Skip to content

Commit c894320

Browse files
committed
Update
1 parent 138311e commit c894320

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_static/css/custom.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@
102102
}
103103

104104
.gsc-search-button-v2 {
105-
border: none;
105+
border: 1px solid #ee4c2c;
106106
}
107107

108108
.gsc-search-button-v2:active,
109-
.gsc-search-button-v2:hover {
110-
border: none;
109+
.gsc-search-button-v2:hover,
110+
.gsc-search-button-v2:focus {
111+
border: 1px solid #ee4c2c;
111112
}

0 commit comments

Comments
 (0)