Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. form.filter_form .filter_form_field.filter_numeric_range input[type='text'] {
  2. background-position: 100% 3px;
  3. background-repeat: no-repeat;
  4. padding-right: 25px;
  5. width: calc(50% - 3px);
  6. }
  7.  
  8. form.filter_form .filter_form_field.filter_numeric_range .separator, form.filter_form .filter_form_field.filter_numeric_range input[type='text'] {
  9. display: inline-block;
  10. float: none;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement