1
0

tempusdominus-bootstrap-4.min.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. /*@preserve
  2. * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
  3. * Copyright 2016-2018 Jonathan Peterson
  4. * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
  5. */
  6. .sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  7. position: absolute;
  8. width: 1px;
  9. height: 1px;
  10. margin: -1px;
  11. padding: 0;
  12. overflow: hidden;
  13. clip: rect(0, 0, 0, 0);
  14. border: 0; }
  15. .bootstrap-datetimepicker-widget {
  16. list-style: none; }
  17. .bootstrap-datetimepicker-widget.dropdown-menu {
  18. display: block;
  19. margin: 2px 0;
  20. padding: 4px;
  21. width: 14rem; }
  22. @media (min-width: 576px) {
  23. .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  24. width: 38em; } }
  25. @media (min-width: 768px) {
  26. .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  27. width: 38em; } }
  28. @media (min-width: 992px) {
  29. .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  30. width: 38em; } }
  31. .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  32. content: '';
  33. display: inline-block;
  34. position: absolute; }
  35. .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  36. border-left: 7px solid transparent;
  37. border-right: 7px solid transparent;
  38. border-bottom: 7px solid #ccc;
  39. border-bottom-color: rgba(0, 0, 0, 0.2);
  40. top: -7px;
  41. left: 7px; }
  42. .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  43. border-left: 6px solid transparent;
  44. border-right: 6px solid transparent;
  45. border-bottom: 6px solid white;
  46. top: -6px;
  47. left: 8px; }
  48. .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  49. border-left: 7px solid transparent;
  50. border-right: 7px solid transparent;
  51. border-top: 7px solid #ccc;
  52. border-top-color: rgba(0, 0, 0, 0.2);
  53. bottom: -7px;
  54. left: 6px; }
  55. .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  56. border-left: 6px solid transparent;
  57. border-right: 6px solid transparent;
  58. border-top: 6px solid white;
  59. bottom: -6px;
  60. left: 7px; }
  61. .bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  62. left: auto;
  63. right: 6px; }
  64. .bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  65. left: auto;
  66. right: 7px; }
  67. .bootstrap-datetimepicker-widget.dropdown-menu.wider {
  68. width: 16rem; }
  69. .bootstrap-datetimepicker-widget .list-unstyled {
  70. margin: 0; }
  71. .bootstrap-datetimepicker-widget a[data-action] {
  72. padding: 6px 0; }
  73. .bootstrap-datetimepicker-widget a[data-action]:active {
  74. box-shadow: none; }
  75. .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  76. width: 54px;
  77. font-weight: bold;
  78. font-size: 1.2em;
  79. margin: 0; }
  80. .bootstrap-datetimepicker-widget button[data-action] {
  81. padding: 6px; }
  82. .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  83. content: "Increment Hours"; }
  84. .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  85. content: "Increment Minutes"; }
  86. .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  87. content: "Decrement Hours"; }
  88. .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  89. content: "Decrement Minutes"; }
  90. .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  91. content: "Show Hours"; }
  92. .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  93. content: "Show Minutes"; }
  94. .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  95. content: "Toggle AM/PM"; }
  96. .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  97. content: "Clear the picker"; }
  98. .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  99. content: "Set the date to today"; }
  100. .bootstrap-datetimepicker-widget .picker-switch {
  101. text-align: center; }
  102. .bootstrap-datetimepicker-widget .picker-switch::after {
  103. content: "Toggle Date and Time Screens"; }
  104. .bootstrap-datetimepicker-widget .picker-switch td {
  105. padding: 0;
  106. margin: 0;
  107. height: auto;
  108. width: auto;
  109. line-height: inherit; }
  110. .bootstrap-datetimepicker-widget .picker-switch td span {
  111. line-height: 2.5;
  112. height: 2.5em;
  113. width: 100%; }
  114. .bootstrap-datetimepicker-widget table {
  115. width: 100%;
  116. margin: 0; }
  117. .bootstrap-datetimepicker-widget table td,
  118. .bootstrap-datetimepicker-widget table th {
  119. text-align: center;
  120. border-radius: 0.25rem; }
  121. .bootstrap-datetimepicker-widget table th {
  122. height: 20px;
  123. line-height: 20px;
  124. width: 20px; }
  125. .bootstrap-datetimepicker-widget table th.picker-switch {
  126. width: 145px; }
  127. .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  128. background: none;
  129. color: #6c757d;
  130. cursor: not-allowed; }
  131. .bootstrap-datetimepicker-widget table th.prev::after {
  132. content: "Previous Month"; }
  133. .bootstrap-datetimepicker-widget table th.next::after {
  134. content: "Next Month"; }
  135. .bootstrap-datetimepicker-widget table thead tr:first-child th {
  136. cursor: pointer; }
  137. .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  138. background: #e9ecef; }
  139. .bootstrap-datetimepicker-widget table td {
  140. height: 54px;
  141. line-height: 54px;
  142. width: 54px; }
  143. .bootstrap-datetimepicker-widget table td.cw {
  144. font-size: .8em;
  145. height: 20px;
  146. line-height: 20px;
  147. color: #6c757d; }
  148. .bootstrap-datetimepicker-widget table td.day {
  149. height: 20px;
  150. line-height: 20px;
  151. width: 20px; }
  152. .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  153. background: #e9ecef;
  154. cursor: pointer; }
  155. .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  156. color: #6c757d; }
  157. .bootstrap-datetimepicker-widget table td.today {
  158. position: relative; }
  159. .bootstrap-datetimepicker-widget table td.today:before {
  160. content: '';
  161. display: inline-block;
  162. border: solid transparent;
  163. border-width: 0 0 7px 7px;
  164. border-bottom-color: #007bff;
  165. border-top-color: rgba(0, 0, 0, 0.2);
  166. position: absolute;
  167. bottom: 4px;
  168. right: 4px; }
  169. .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  170. background-color: #007bff;
  171. color: #fff;
  172. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  173. .bootstrap-datetimepicker-widget table td.active.today:before {
  174. border-bottom-color: #fff; }
  175. .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  176. background: none;
  177. color: #6c757d;
  178. cursor: not-allowed; }
  179. .bootstrap-datetimepicker-widget table td span {
  180. display: inline-block;
  181. width: 54px;
  182. height: 54px;
  183. line-height: 54px;
  184. margin: 2px 1.5px;
  185. cursor: pointer;
  186. border-radius: 0.25rem; }
  187. .bootstrap-datetimepicker-widget table td span:hover {
  188. background: #e9ecef; }
  189. .bootstrap-datetimepicker-widget table td span.active {
  190. background-color: #007bff;
  191. color: #fff;
  192. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  193. .bootstrap-datetimepicker-widget table td span.old {
  194. color: #6c757d; }
  195. .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  196. background: none;
  197. color: #6c757d;
  198. cursor: not-allowed; }
  199. .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  200. height: 27px;
  201. line-height: 27px; }
  202. .input-group [data-toggle="datetimepicker"] {
  203. cursor: pointer; }