Commit f2c1452fa6ead889ed952bf759dbfc1d080c4ee3
Committed by
Daniela Feitosa
1 parent
5fa29fa0
Exists in
master
and in
29 other branches
Default search button style
Showing
1 changed file
with
4 additions
and
36 deletions
Show diff stats
public/stylesheets/search.css
| ... | ... | @@ -688,24 +688,6 @@ li.search-product-item hr { |
| 688 | 688 | height: 34px; |
| 689 | 689 | display: inline-block; |
| 690 | 690 | } |
| 691 | -#content form .search-field input.button.submit { | |
| 692 | - width: 152px; | |
| 693 | - background: #000; | |
| 694 | - overflow: visible; | |
| 695 | - color:#fff; | |
| 696 | - text-align: left; | |
| 697 | - font-weight: bold; | |
| 698 | - padding-left: 10px; | |
| 699 | - border: none; | |
| 700 | - height:34px; | |
| 701 | - display:inline-block; | |
| 702 | - max-height:none; | |
| 703 | - -moz-border-radius: 5px; | |
| 704 | - -webkit-border-radius: 5px; | |
| 705 | - -khtml-border-radius: 5px; | |
| 706 | - -o-border-radius: 5px; | |
| 707 | - border-radius: 5px; | |
| 708 | -} | |
| 709 | 691 | #content #public-profile-search form .search-field input.button.submit { |
| 710 | 692 | width: 75px; |
| 711 | 693 | } |
| ... | ... | @@ -713,24 +695,6 @@ li.search-product-item hr { |
| 713 | 695 | form .search-field input:hover.button.submit { |
| 714 | 696 | background-color:#444; |
| 715 | 697 | } |
| 716 | -#content form .search-field input.button.submit { | |
| 717 | - width: 150px; | |
| 718 | - backgrounD: #000; | |
| 719 | - overflow: visible; | |
| 720 | - color:#fff; | |
| 721 | - text-align: left; | |
| 722 | - font-weight: bold; | |
| 723 | - padding: 3px 1px 1px 10px; | |
| 724 | - border: none; | |
| 725 | - height:34px; | |
| 726 | - display:inline-block; | |
| 727 | - max-height:none; | |
| 728 | - -moz-border-radius: 5px; | |
| 729 | - -webkit-border-radius: 5px; | |
| 730 | - -khtml-border-radius: 5px; | |
| 731 | - -o-border-radius: 5px; | |
| 732 | - border-radius: 5px; | |
| 733 | -} | |
| 734 | 698 | .search-hint { |
| 735 | 699 | clear: both; |
| 736 | 700 | padding: 10px 0 10px 10px; |
| ... | ... | @@ -741,6 +705,10 @@ form .search-field input:hover.button.submit { |
| 741 | 705 | background-color:#444; |
| 742 | 706 | } |
| 743 | 707 | |
| 708 | +#content form .search-field input.button.submit { | |
| 709 | + height: 30px; | |
| 710 | + max-height:none; | |
| 711 | +} | |
| 744 | 712 | |
| 745 | 713 | |
| 746 | 714 | .facet-any-result-found { | ... | ... |