mg_styles.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. .mg-datapicker {
  2. padding: 6px 12px 6px 12px !important;
  3. display: flex !important;
  4. position: relative !important;
  5. margin: 0 !important;
  6. }
  7. .mg-datapicker:after {
  8. background-color: #fff !important;
  9. }
  10. .md-input-action {
  11. top: 6px !important;
  12. }
  13. .mg-copy-component-field {
  14. position: absolute;
  15. top: -9999px;
  16. left: -9999px;
  17. opacity: 0;
  18. }
  19. .mg-copy-component-span:hover {
  20. cursor: pointer;
  21. }
  22. .mg-sidebar-wrapper {
  23. padding-left: 0px;
  24. padding-top: 0px;
  25. }
  26. #layers .lu-app--navbar-left {
  27. margin-left: -15px;
  28. margin-right: -15px;
  29. background-color: transparent;
  30. }
  31. #layers .lu-app-main .lu-app-main__body {
  32. padding-right: 0px;
  33. padding-top: 0px;
  34. }
  35. #layers .mg-ajax-menu-item {
  36. padding-left: 0px;
  37. justify-content: left;
  38. align-items: left;
  39. }
  40. #layers .lu-app .lu-btn--default,
  41. #layers .lu-app .lu-btn--danger {
  42. color: #737880;
  43. }
  44. #layers .lu-app .vue-app-main-modal-container .lu-btn--danger:not(.lu-btn--outline) {
  45. color: #fff;
  46. }
  47. #layers .lu-app .lu-btn--default:hover {
  48. color: #505459;
  49. }
  50. #layers body, #layers .lu-app {
  51. background: transparent;
  52. }
  53. #layers .lu-list__item .lu-btn-password-show i{
  54. width: 16px !important;
  55. height: 16px !important;
  56. min-width: 16px !important;
  57. min-heigh: 16px !important;
  58. width: 16px !important;
  59. height: 16px !important;
  60. font-size: 16px !important;
  61. line-height: 16px !important;
  62. }
  63. #layers .lu-list__item .lu-btn-password-hide i{
  64. min-width: 16px !important;
  65. min-heigh: 16px !important;
  66. width: 16px !important;
  67. height: 16px !important;
  68. font-size: 16px !important;
  69. line-height: 16px !important;
  70. }
  71. #layers .lu-nav__item:not(.is-active) .lu-nav__link-text-bold {
  72. color: #737880;
  73. }
  74. #layers .lu-nav__item .lu-nav__link-text-bold {
  75. font-weight: 500;
  76. }
  77. #layers .lu-nav__item > .lu-btn {
  78. margin: 0px 16px;
  79. }
  80. /* Fix label inside of datatable */
  81. #layers .vueDatatableTable .mgTableActions label {
  82. display: block;
  83. margin-bottom: auto;
  84. margin-top: auto;
  85. }
  86. /* Dropdawn Buttton Wrapper Styles */
  87. #layers .lu-has-dropdown .drop-content .lu-dropdown__item .lu-dropdown__link .lu-preloader {
  88. margin-right: 16px;
  89. }
  90. #layers .lu-has-dropdown .drop-content .lu-dropdown__item .lu-dropdown__link .lu-preloader:before {
  91. border-top-color: rgb(98, 202, 95);
  92. }
  93. #layers .lu-has-dropdown .drop-content .lu-dropdown__item a.lu-dropdown__link {
  94. color: #505459;
  95. }
  96. #layers .lu-has-dropdown .drop-content .lu-dropdown__item a.lu-dropdown__link:hover {
  97. color: rgb(98, 202, 95);
  98. }
  99. #layers .lu-has-dropdown .mg-drop-bg-wrapper {
  100. position: fixed;
  101. top: 0;
  102. left: 0;
  103. right: 0;
  104. bottom: 0;
  105. margin: auto;
  106. min-width: 50%;
  107. min-height: 50%;
  108. z-index: 990;
  109. }
  110. *#layers .lu-has-dropdown .lu-drop-element {
  111. z-index: 991;
  112. transform: translateX(calc(36px - 100%)) translateY(5px);
  113. }
  114. /*End Of Dropdawn Buttton Wrapper Styles */
  115. /* RED loader for delete buttons */
  116. #layers .lu-btn--danger .lu-preloader:before {
  117. border-top-color: rgb(244, 62, 62);
  118. }
  119. /* GREEN loader for submit buttons */
  120. #layers .lu-btn--success .lu-preloader:before {
  121. border-top-color: rgb(98, 202, 95);
  122. }
  123. /* new navbar left styles */
  124. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body {
  125. padding-left: 0px;
  126. }
  127. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body .mg-left-menu-content{
  128. padding: 0px 0px 0px 0px;
  129. }
  130. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body .lu-block .lu-row {
  131. margin-left: 0px;
  132. margin-right: 0px;
  133. }
  134. /* end of new navbar left styles */
  135. /* selectize css fixes */
  136. #layers .selectize-control.multi .item {
  137. display: inline-block;
  138. position: relative;
  139. padding: 0;
  140. padding-left: 8px;
  141. padding-right: 24px;
  142. margin: 0 4px 4px 0;
  143. background: #e9ebf0;
  144. line-height: 24px;
  145. }
  146. #layers .selectize-control.multi .item a {
  147. padding: 0;
  148. color: #2368AD;
  149. position: absolute;
  150. width: 16px;
  151. transition: color 0.3s;
  152. text-align: center;
  153. right: 0px;
  154. }
  155. #layers .selectize-control.multi.plugin-remove_button .item > a:hover {
  156. background: rgba(0, 0, 0, 0.05);
  157. }
  158. #layers .selectize-control.multi .item.active {
  159. color: #333;
  160. }
  161. #layers .selectize-control.multi .selectize-input {
  162. padding-bottom: 0px;
  163. padding-left: 15px;
  164. display: block;
  165. }
  166. /* end of selectize css fixes */
  167. /* Modal Background */
  168. #layers .lu-modal.show {
  169. background-color: rgba(80, 84, 89, 0.5);
  170. }
  171. /* End of Modal Background */
  172. /* Show Allerts on top of new modal background */
  173. #layers-body #toast-container,
  174. #layers #toast-container {
  175. z-index: 1102;
  176. }
  177. /* End of Show Allerts on top of new modal background */
  178. /* force break lines on lu-list--info */
  179. #layers .lu-list--info .lu-list__value {
  180. word-break: break-all;
  181. }
  182. /* end of force break lines */
  183. /* FIX PRELOADER IN SUBMIT BUTTON */
  184. #layers .lu-btn.mg-submit-form .lu-btn__icon.lu-preloader {
  185. margin: 0 0 0 0;
  186. }
  187. /* End of FIX PRELOADER IN SUBMIT BUTTON*/
  188. /* Datatable Filters */
  189. #layers .vueDatatableTable .mg-dt-filters-container .mg-filters-wrapper {
  190. padding-top: 10px;
  191. padding-right: 8px;
  192. padding-left: 8px;
  193. }
  194. #layers .vueDatatableTable .mg-dt-filters-container .mg-filter-search-wrapper a {
  195. float: right;
  196. }
  197. #layers .vueDatatableTable .mg-dt-filters-container .mg-filter-search-wrapper {
  198. min-height: 36px;
  199. }
  200. /* end of Datatable Filters */
  201. /* Loaders for selectize */
  202. #layers .mg-selectize-loader {
  203. position: absolute;
  204. right: 35px;
  205. }
  206. /* End of Loaders for selectize */
  207. /* fix this icon is smaller than others */
  208. .lu-zmdi-assignment-account {
  209. margin-top: 1px;
  210. }
  211. /* end of fix this icon is smaller than others */
  212. /* form validation display fixes */
  213. #layers .lu-form-group.lu-is-error .lu-input-group input {
  214. border: none;
  215. }
  216. #layers .lu-form-group.lu-is-error .lu-input-group .selectize-input {
  217. border: none;
  218. }
  219. /* end of form validation display fixes */
  220. /* thurdata bugfix invisible messages */
  221. .mg-toast {
  222. opacity: 1 !important;
  223. border: none !important;
  224. }
  225. /* end thurdata bugfix invisible messages */