Jenderal92

Untitled

Oct 11th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <style type="text/css">
  2. .input-controls {
  3. margin-top: 10px;
  4. border: 1px solid transparent;
  5. border-radius: 2px 0 0 2px;
  6. box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. height: 32px;
  9. outline: none;
  10. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  11. }
  12. #searchInput {
  13. background-color: #fff;
  14. font-family: Roboto;
  15. font-size: 15px;
  16. font-weight: 300;
  17. margin-left: 12px;
  18. padding: 0 11px 0 13px;
  19. text-overflow: ellipsis;
  20. width: 50%;
  21. }
  22. #searchInput:focus {
  23. border-color: #4d90fe;
  24. }
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment