Commit 0b49910b0e0c2031f43e7f699d39187b4aed0a1a
1 parent
1c3e8a37
-Bad css fix
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
frontend/web/css/css_header.css
... | ... | @@ -10160,7 +10160,7 @@ footer .vacancies p { |
10160 | 10160 | border-right: none |
10161 | 10161 | } |
10162 | 10162 | |
10163 | -#myItemCarousel .product_item .info .title,,.prodview .product_item .title { | |
10163 | +#myItemCarousel .product_item .info .title,.prodview .product_item .title { | |
10164 | 10164 | font-size: 13px; |
10165 | 10165 | min-height: 45px; |
10166 | 10166 | padding: 5px 10px 0 0 |
... | ... | @@ -11484,7 +11484,7 @@ a.preview { |
11484 | 11484 | } |
11485 | 11485 | |
11486 | 11486 | .modal-body input:-webkit-autofill,.modal-body textarea:-webkit-autofill,.modal-body select:-webkit-autofill { |
11487 | - -webkit-text-fill-color: $ textColor; | |
11487 | + /*-webkit-text-fill-color: $ textColor;*/ | |
11488 | 11488 | -webkit-box-shadow: 0 0 0 1000px #eaeaea inset; |
11489 | 11489 | background-color: #eaeaea |
11490 | 11490 | } |
... | ... | @@ -23461,7 +23461,7 @@ border-right: none |
23461 | 23461 | border-right: none |
23462 | 23462 | } |
23463 | 23463 | |
23464 | -#myItemCarousel .product_item .info .title,,.prodview .product_item .title { | |
23464 | +#myItemCarousel .product_item .info .title,.prodview .product_item .title { | |
23465 | 23465 | font-size: 13px; |
23466 | 23466 | min-height: 45px; |
23467 | 23467 | padding: 5px 10px 0 0 |
... | ... | @@ -24785,7 +24785,7 @@ border-color: #dbdbdb |
24785 | 24785 | } |
24786 | 24786 | |
24787 | 24787 | .modal-body input:-webkit-autofill,.modal-body textarea:-webkit-autofill,.modal-body select:-webkit-autofill { |
24788 | --webkit-text-fill-color: $ textColor; | |
24788 | +/*-webkit-text-fill-color: $ textColor;*/ | |
24789 | 24789 | -webkit-box-shadow: 0 0 0 1000px #eaeaea inset; |
24790 | 24790 | background-color: #eaeaea |
24791 | 24791 | } |
... | ... | @@ -26766,7 +26766,7 @@ margin-top:7px |
26766 | 26766 | } |
26767 | 26767 | } |
26768 | 26768 | |
26769 | -} | |
26769 | + | |
26770 | 26770 | |
26771 | 26771 | .clock_style .flip-clock-label { |
26772 | 26772 | right: -65px!important | ... | ... |