Built files from Bizgaze WebServer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

simplebar.min.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. [data-simplebar] {
  2. position: relative;
  3. flex-direction: column;
  4. flex-wrap: wrap;
  5. justify-content: flex-start;
  6. align-content: flex-start;
  7. align-items: flex-start
  8. }
  9. .simplebar-wrapper {
  10. overflow: hidden;
  11. width: inherit;
  12. height: inherit;
  13. max-width: inherit;
  14. max-height: inherit
  15. }
  16. .simplebar-mask {
  17. direction: inherit;
  18. position: absolute;
  19. overflow: hidden;
  20. padding: 0;
  21. margin: 0;
  22. left: 0;
  23. top: 0;
  24. bottom: 0;
  25. right: 0;
  26. width: auto !important;
  27. height: auto !important;
  28. z-index: 0
  29. }
  30. .simplebar-offset {
  31. direction: inherit !important;
  32. box-sizing: inherit !important;
  33. resize: none !important;
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. bottom: 0;
  38. right: 0;
  39. padding: 0;
  40. margin: 0;
  41. -webkit-overflow-scrolling: touch
  42. }
  43. .simplebar-content-wrapper {
  44. direction: inherit;
  45. box-sizing: border-box !important;
  46. position: relative;
  47. display: block;
  48. height: 100%;
  49. width: auto;
  50. max-width: 100%;
  51. max-height: 100%;
  52. scrollbar-width: none;
  53. -ms-overflow-style: none
  54. }
  55. .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  56. width: 0;
  57. height: 0
  58. }
  59. .simplebar-content:after, .simplebar-content:before {
  60. content: ' ';
  61. display: table
  62. }
  63. .simplebar-placeholder {
  64. max-height: 100%;
  65. max-width: 100%;
  66. width: 100%;
  67. pointer-events: none
  68. }
  69. .simplebar-height-auto-observer-wrapper {
  70. box-sizing: inherit !important;
  71. height: 100%;
  72. width: 100%;
  73. max-width: 1px;
  74. position: relative;
  75. float: left;
  76. max-height: 1px;
  77. overflow: hidden;
  78. z-index: -1;
  79. padding: 0;
  80. margin: 0;
  81. pointer-events: none;
  82. flex-grow: inherit;
  83. flex-shrink: 0;
  84. flex-basis: 0
  85. }
  86. .simplebar-height-auto-observer {
  87. box-sizing: inherit;
  88. display: block;
  89. opacity: 0;
  90. position: absolute;
  91. top: 0;
  92. left: 0;
  93. height: 1000%;
  94. width: 1000%;
  95. min-height: 1px;
  96. min-width: 1px;
  97. overflow: hidden;
  98. pointer-events: none;
  99. z-index: -1
  100. }
  101. .simplebar-track {
  102. z-index: 1;
  103. position: absolute;
  104. right: 0;
  105. bottom: 0;
  106. pointer-events: none;
  107. overflow: hidden
  108. }
  109. [data-simplebar].simplebar-dragging .simplebar-content {
  110. pointer-events: none;
  111. user-select: none;
  112. -webkit-user-select: none
  113. }
  114. [data-simplebar].simplebar-dragging .simplebar-track {
  115. pointer-events: all
  116. }
  117. .simplebar-scrollbar {
  118. position: absolute;
  119. left: 0;
  120. right: 0;
  121. min-height: 10px
  122. }
  123. .simplebar-scrollbar:before {
  124. position: absolute;
  125. content: '';
  126. background: #000;
  127. border-radius: 7px;
  128. left: 2px;
  129. right: 2px;
  130. opacity: 0;
  131. transition: opacity .2s linear
  132. }
  133. .simplebar-scrollbar.simplebar-visible:before {
  134. opacity: .5;
  135. transition: opacity 0s linear
  136. }
  137. .simplebar-track.simplebar-vertical {
  138. top: 0;
  139. width: 11px
  140. }
  141. .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  142. top: 2px;
  143. bottom: 2px
  144. }
  145. .simplebar-track.simplebar-horizontal {
  146. left: 0;
  147. height: 11px
  148. }
  149. .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  150. height: 100%;
  151. left: 2px;
  152. right: 2px
  153. }
  154. .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  155. right: auto;
  156. left: 0;
  157. top: 2px;
  158. height: 7px;
  159. min-height: 0;
  160. min-width: 10px;
  161. width: auto
  162. }
  163. [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  164. right: auto;
  165. left: 0
  166. }
  167. .hs-dummy-scrollbar-size {
  168. direction: rtl;
  169. position: fixed;
  170. opacity: 0;
  171. visibility: hidden;
  172. height: 500px;
  173. width: 500px;
  174. overflow-y: hidden;
  175. overflow-x: scroll
  176. }
  177. .simplebar-hide-scrollbar {
  178. position: fixed;
  179. left: 0;
  180. visibility: hidden;
  181. overflow-y: scroll;
  182. scrollbar-width: none;
  183. -ms-overflow-style: none
  184. }