Advertisement
astalpaert

style css

Jul 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. .bestand{
  3. padding: 0 !important;
  4. margin: 0;
  5.  
  6. }
  7.  
  8.  
  9. ::-webkit-file-upload-button, input[type=file] {
  10. background: #ffed00;
  11. border: none;
  12. color: #242d5d;
  13. padding: 1% !important;
  14. margin-right: 2em;
  15. }
  16.  
  17. ::-webkit-file-upload-button:hover, input[type=file]:hover {
  18. cursor: pointer;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement