bootstrap-datetimepicker-standalone.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /*!
  2. * Datetimepicker for Bootstrap 3
  3. * version : 4.17.37
  4. * https://github.com/Eonasdan/bootstrap-datetimepicker/
  5. */
  6. @font-face {
  7. font-family: 'Glyphicons Halflings';
  8. src: url('../fonts/glyphicons-halflings-regular.eot');
  9. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  10. }
  11. .glyphicon {
  12. position: relative;
  13. top: 1px;
  14. display: inline-block;
  15. font-family: 'Glyphicons Halflings';
  16. font-style: normal;
  17. font-weight: normal;
  18. line-height: 1;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .glyphicon-time:before {
  23. content: "\e023";
  24. }
  25. .glyphicon-chevron-left:before {
  26. content: "\e079";
  27. }
  28. .glyphicon-chevron-right:before {
  29. content: "\e080";
  30. }
  31. .glyphicon-chevron-up:before {
  32. content: "\e113";
  33. }
  34. .glyphicon-chevron-down:before {
  35. content: "\e114";
  36. }
  37. .glyphicon-calendar:before {
  38. content: "\e109";
  39. }
  40. .btn {
  41. display: inline-block;
  42. padding: 6px 12px;
  43. margin-bottom: 0;
  44. font-size: 14px;
  45. font-weight: normal;
  46. line-height: 1.42857143;
  47. text-align: center;
  48. white-space: nowrap;
  49. vertical-align: middle;
  50. -ms-touch-action: manipulation;
  51. touch-action: manipulation;
  52. cursor: pointer;
  53. -webkit-user-select: none;
  54. -moz-user-select: none;
  55. -ms-user-select: none;
  56. user-select: none;
  57. background-image: none;
  58. border: 1px solid transparent;
  59. border-radius: 4px;
  60. }
  61. .collapse {
  62. display: none;
  63. }
  64. .collapse.in {
  65. display: block;
  66. }
  67. .dropdown-menu {
  68. position: absolute;
  69. left: 0;
  70. z-index: 1000;
  71. display: none;
  72. float: left;
  73. min-width: 160px;
  74. padding: 5px 0;
  75. margin: 2px 0 0;
  76. font-size: 14px;
  77. text-align: left;
  78. list-style: none;
  79. background-color: #fff;
  80. -webkit-background-clip: padding-box;
  81. background-clip: padding-box;
  82. border: 1px solid #ccc;
  83. border: 1px solid rgba(0, 0, 0, .15);
  84. border-radius: 4px;
  85. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  86. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  87. }
  88. .list-unstyled {
  89. padding-left: 0;
  90. list-style: none;
  91. }