Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #_search_form-153-10 input[type='search'] {
- border-radius: 50px;
- border: 1px solid #ccc;
- width: 100%;
- padding: 12px;
- }
- #_search_form-153-10 form {
- position: relative;
- }
- #_search_form-153-10 form::after {
- content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='white' %3E%3Cpath d='M21.71 20.29 18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.39M11 18a7 7 0 1 1 7-7 7 7 0 0 1-7 7'/%3E%3C/svg%3E");
- position: absolute;
- background: green;
- padding: 6px;
- width: 32px;
- height: 32px;
- display: inline-block;
- border-radius: 50%;
- color: #000;
- top: 50%;
- right: 12px;
- transform: translateY(-50%);
- }
- #_search_form-153-10 input[type='submit'] {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement