_datetimepicker.scss 762 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .dtp {
  2. div.dtp-date,
  3. div.dtp-time {
  4. background: #007d72;
  5. }
  6. > .dtp-content {
  7. > .dtp-date-view {
  8. > header.dtp-header {
  9. background: #009688;
  10. }
  11. }
  12. }
  13. .dtp-buttons {
  14. .dtp-btn-ok {
  15. margin-left: 10px;
  16. }
  17. .dtp-btn-clear {
  18. margin-right: 10px !important;
  19. }
  20. }
  21. .p10 {
  22. > a {
  23. color: #fff;
  24. }
  25. }
  26. div.dtp-actual-year {
  27. font-size: 1.5em;
  28. color: #ffffff;
  29. }
  30. table.dtp-picker-days {
  31. tr {
  32. td {
  33. a.selected {
  34. background: #007d72;
  35. color: #fff;
  36. }
  37. }
  38. }
  39. }
  40. }