module_styles.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. #layers .lu-app .progress-bar[aria-valuenow="0"] {
  2. min-width: 30px;
  3. color: #777;
  4. background-color: transparent;
  5. background-image: none;
  6. box-shadow: none;
  7. }
  8. .pm-resource-usege {
  9. clear: both;
  10. width: 40% !important;
  11. margin-bottom: 2px !important;
  12. }
  13. /*background: #2368AD; tło #e9ebf0*/
  14. input[type=range] {
  15. height: 25px;
  16. -webkit-appearance: none;
  17. margin: 10px 0;
  18. width: 100%;
  19. }
  20. input[type=range]:focus {
  21. outline: none;
  22. }
  23. input[type=range]::-webkit-slider-runnable-track {
  24. width: 100%;
  25. height: 5px;
  26. cursor: pointer;
  27. animate: 0.2s;
  28. box-shadow: 0px 0px 0px #E9EBF0;
  29. background: #2368AD;
  30. border-radius: 1px;
  31. border: 0px solid #E9EBF0;
  32. }
  33. input[type=range]::-webkit-slider-thumb {
  34. box-shadow: 0px 0px 0px #000000;
  35. border: 1px solid #174370;
  36. height: 18px;
  37. width: 18px;
  38. border-radius: 25px;
  39. background: #2368AD;
  40. cursor: pointer;
  41. -webkit-appearance: none;
  42. margin-top: -7px;
  43. }
  44. input[type=range]:focus::-webkit-slider-runnable-track {
  45. background: #2368AD;
  46. }
  47. input[type=range]::-moz-range-track {
  48. width: 100%;
  49. height: 5px;
  50. cursor: pointer;
  51. animate: 0.2s;
  52. box-shadow: 0px 0px 0px #E9EBF0;
  53. background: #2368AD;
  54. border-radius: 1px;
  55. border: 0px solid #E9EBF0;
  56. }
  57. input[type=range]::-moz-range-thumb {
  58. box-shadow: 0px 0px 0px #000000;
  59. border: 1px solid #174370;
  60. height: 18px;
  61. width: 18px;
  62. border-radius: 25px;
  63. background: #2368AD;
  64. cursor: pointer;
  65. }
  66. input[type=range]::-ms-track {
  67. width: 100%;
  68. height: 5px;
  69. cursor: pointer;
  70. animate: 0.2s;
  71. background: transparent;
  72. border-color: transparent;
  73. color: transparent;
  74. }
  75. input[type=range]::-ms-fill-lower {
  76. background: #2368AD;
  77. border: 0px solid #E9EBF0;
  78. border-radius: 2px;
  79. box-shadow: 0px 0px 0px #E9EBF0;
  80. }
  81. input[type=range]::-ms-fill-upper {
  82. background: #2368AD;
  83. border: 0px solid #E9EBF0;
  84. border-radius: 2px;
  85. box-shadow: 0px 0px 0px #E9EBF0;
  86. }
  87. input[type=range]::-ms-thumb {
  88. margin-top: 1px;
  89. box-shadow: 0px 0px 0px #000000;
  90. border: 1px solid #174370;
  91. height: 18px;
  92. width: 18px;
  93. border-radius: 25px;
  94. background: #2368AD;
  95. cursor: pointer;
  96. }
  97. input[type=range]:focus::-ms-fill-lower {
  98. background: #2368AD;
  99. }
  100. input[type=range]:focus::-ms-fill-upper {
  101. background: #2368AD;
  102. }
  103. .lu-range-output{
  104. display: block;
  105. width:100%;
  106. text-align:center;
  107. padding-top: 0px !important;
  108. position: absolute;
  109. top: 5px;
  110. }
  111. /*
  112. .lu-range-output {
  113. position: absolute;
  114. background-image: linear-gradient(#444444, #999999);
  115. width: 40px;
  116. height: 30px;
  117. text-align: center;
  118. color: white;
  119. border-radius: 10px;
  120. display: inline-block;
  121. font: bold 15px/30px Georgia;
  122. bottom: 60%;
  123. left: 0;
  124. }*//*
  125. .lu-range-output:after {
  126. content: "";
  127. position: absolute;
  128. width: 0;
  129. height: 0;
  130. border-top: 10px solid #999999;
  131. border-left: 5px solid transparent;
  132. border-right: 5px solid transparent;
  133. top: 100%;
  134. left: 50%;
  135. margin-left: -5px;
  136. margin-top: -1px;
  137. }*/
  138. #layers .lu-progress--h .lu-progress__label{
  139. flex-basis: 23%!important;
  140. }
  141. .vm-actions .lu-widget__content{
  142. justify-content: center;
  143. display: flex!important;
  144. flex-wrap: wrap;
  145. padding-bottom: 10px!important;
  146. }
  147. .vm-actions .lu-btn{
  148. width: 23%;
  149. }