Advertisement
Katsiree

Untitled

Aug 4th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style>
  2. .gg_input {
  3. background: red;
  4. color: #fff !important;
  5. }
  6.  
  7. .gg_input_error {
  8. background: #ffd400;
  9. color: #fff !important;
  10. }
  11. </style>
  12.  
  13. -------------------------------
  14.  
  15.  
  16. <input onfocus="checkLimit(this)" onfocusout="bill_summary(1)" type="number" min="5" max="20000" id="playBtm_1"
  17. placeholder="0" data-role="2" style="font-size:0.8rem;height: 25px;" inputmode="numeric" pattern="[0-9]*"
  18. name="playBtm[]" class="text-right form-control form-control-sm col-8 numonly py-0 gg_input">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement