datebox.css 673 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .datebox-calendar-inner {
  2. height: 180px;
  3. }
  4. .datebox-button {
  5. height: 18px;
  6. padding: 2px 5px;
  7. font-size: 12px;
  8. text-align: center;
  9. }
  10. .datebox-current,
  11. .datebox-close,
  12. .datebox-ok {
  13. text-decoration: none;
  14. font-weight: bold;
  15. opacity: 0.6;
  16. filter: alpha(opacity=60);
  17. }
  18. .datebox-current,
  19. .datebox-close {
  20. float: left;
  21. }
  22. .datebox-close {
  23. float: right;
  24. }
  25. .datebox-button-hover {
  26. opacity: 1.0;
  27. filter: alpha(opacity=100);
  28. }
  29. .datebox .combo-arrow {
  30. background-image: url('images/datebox_arrow.png');
  31. background-position: center center;
  32. }
  33. .datebox-button {
  34. background-color: #F4F4F4;
  35. }
  36. .datebox-current,
  37. .datebox-close,
  38. .datebox-ok {
  39. color: #444;
  40. }