Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. .wims_button,
  2. .wims_button a,
  3. input[type="button"],
  4. input[type="submit"],
  5. .wims_button_help {
  6. border-width: 1px;
  7. border-style: solid;
  8. padding:3px;
  9. text-decoration:none;
  10. background-color:rgb(240, 240, 240);
  11. font-family: sans-serif;
  12. line-height:normal;
  13. }
  14.  
  15. .wims_button a:hover,
  16. .wims_button:hover,
  17. input[type="button"]:hover,
  18. input[type="submit"]:hover ,
  19. .wims_button_help:hover,
  20. .wims_button.wims_secondary_button:hover {
  21. cursor:pointer;
  22. border-color:transparent;
  23. text-decoration:none;
  24. }
  25.  
  26. .wims_button.wims_secondary_button{
  27.   color:#666;
  28.   border-color: #666;
  29. }
  30.