Skip to content

Commit 21c9965

Browse files
committed
Fixed search style issue
1 parent eafccbe commit 21c9965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,15 +3520,15 @@ footer .widget_product_search .woocommerce-product-search:before {
35203520
line-height: 1.5;
35213521
}
35223522
.widget.widget_search .search-form > button[type="submit"].searchsubmit {
3523+
color: #ebebeb;
3524+
}
3525+
.footer-widget-area .widget.widget_search .search-form > button[type="submit"].searchsubmit {
35233526
color: #fff;
35243527
}
35253528
.widget_product_search .woocommerce-product-search > input[type="submit"]:hover {
35263529
color: transparent !important;
35273530
background-color: transparent !important;
35283531
}
3529-
.widget.widget_search .search-form > button[type="submit"].searchsubmit:hover {
3530-
color: #fff;
3531-
}
35323532
.widget.widget_search .search-form > .searchsubmit:hover, .widget.widget_search .search-form > .searchsubmit:focus, .widget.widget_search .search-form > .searchsubmit:active {
35333533
color: transparent; }
35343534
.widget.widget_search .search-form :-moz-placeholder {

0 commit comments

Comments
 (0)