not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
702 B

  1. /*.theme-fu input:focus,*/
  2. .theme-fu .input:focus,
  3. .theme-fu .input.focus {
  4. outline: none;
  5. }
  6. /*.theme-fu input,*/
  7. .theme-fu .input {
  8. padding: 0.6em;
  9. border: 0;
  10. border-radius: 6px;
  11. /**/
  12. -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  13. -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  14. box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  15. }
  16. /*
  17. .theme-fu .input:enabled:hover, .theme-fu .input:hover {
  18. background-color: #C0C0C0;
  19. }
  20. .theme-fu active, .theme-fu .input:enabled:active, theme-fu .input:active {
  21. top: 1px;
  22. left: 1px;
  23. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  24. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  25. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  26. }
  27. */