timepicker.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .bootstrap-timepicker.dropdown-menu {
  2. border-radius: 4px 4px 4px 4px;
  3. display: none;
  4. left: 0;
  5. margin-top: 1px;
  6. padding: 4px;
  7. top: 0;
  8. min-width: 10px;
  9. z-index: 99999;
  10. }
  11. .bootstrap-timepicker.dropdown-menu.open {
  12. display: inline-block;
  13. }
  14. .bootstrap-timepicker.dropdown-menu:before {
  15. border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  16. border-left: 7px solid transparent;
  17. border-right: 7px solid transparent;
  18. content: "";
  19. left: 6px;
  20. position: absolute;
  21. top: -7px;
  22. }
  23. .bootstrap-timepicker.dropdown-menu:after {
  24. border-bottom: 6px solid #FFFFFF;
  25. border-left: 6px solid transparent;
  26. border-right: 6px solid transparent;
  27. content: "";
  28. left: 7px;
  29. position: absolute;
  30. top: -6px;
  31. }
  32. .bootstrap-timepicker.modal {
  33. margin-left: -100px;
  34. margin-top: 0;
  35. top: 30%;
  36. width: 200px;
  37. }
  38. .bootstrap-timepicker.modal .modal-header h3 {
  39. font-size: 16px !important;
  40. margin-top: 3px;
  41. margin-bottom: 3px;
  42. }
  43. .bootstrap-timepicker.modal .modal-content {
  44. padding: 0;
  45. }
  46. .bootstrap-timepicker table {
  47. margin: 0;
  48. width: 100%;
  49. }
  50. .bootstrap-timepicker table td {
  51. height: 30px;
  52. margin: 0;
  53. padding: 2px;
  54. text-align: center;
  55. }
  56. .bootstrap-timepicker table td span {
  57. width: 100%;
  58. }
  59. .bootstrap-timepicker table td a {
  60. border: 1px solid transparent;
  61. display: inline-block;
  62. margin: 0;
  63. outline: 0 none;
  64. padding: 8px 0;
  65. width: 3em;
  66. }
  67. .bootstrap-timepicker table td a:hover {
  68. background-color: #EEEEEE;
  69. border-color: #DDDDDD;
  70. border-radius: 4px 4px 4px 4px;
  71. text-decoration: none;
  72. }
  73. .bootstrap-timepicker table td a i {
  74. margin-top: 2px;
  75. }
  76. .bootstrap-timepicker table td input {
  77. margin: 0;
  78. text-align: center;
  79. width: 25px;
  80. }
  81. .bootstrap-timepicker-component .add-on {
  82. cursor: pointer;
  83. }
  84. .bootstrap-timepicker-component .add-on i {
  85. display: block;
  86. height: 16px;
  87. width: 16px;
  88. }