Нема описа

um-admin-global.css 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. .um-admin-notice {
  2. border-color: #0085ba !important;
  3. color: #555;
  4. }
  5. .um-admin-notice.upgraded {
  6. border-color: #0085ba !important;
  7. color: #555;
  8. }
  9. .um-admin-notice.error {
  10. border-color: #dc3232 !important;
  11. color: #555;
  12. }
  13. .um-admin-notice a.button-primary {
  14. background-color: #0085ba !important;
  15. border-color: #0085ba !important;
  16. }
  17. .um-admin-notice a.button-primary:hover {
  18. background-color: #008ec2 !important;
  19. border-color: #008ec2 !important;
  20. }
  21. .um-admin-notice a.button-secondary {opacity: 0.7}
  22. .um-admin-notice a.button-secondary:hover {opacity: 0.9}
  23. .um-admin-notice a {text-decoration: none;color: #0085ba}
  24. .um-admin-notice a:hover {color: #44b0ec}
  25. .um-filter {
  26. padding: 12px;
  27. border-color: #ddd !important;
  28. margin: 20px 0 0 0 !important;
  29. font-size: 14px;
  30. line-height: 24px;
  31. }
  32. /*
  33. - General metabox styling
  34. */
  35. #um-admin-access-settings h3 {
  36. padding: 10px 20px 10px 60px;
  37. color: #fff;
  38. background: #0085ba url(../img/logo-small.png) no-repeat 12px center;
  39. font-weight: bold;
  40. font-size: 14px !important;
  41. -webkit-font-smoothing: antialiased !important;
  42. -moz-osx-font-smoothing: grayscale !important;
  43. }
  44. #um-admin-access-settings h4 { margin: 10px 0 4px 0!important}
  45. #um-admin-access-settings div.handlediv {
  46. color: #fff !important;
  47. -webkit-font-smoothing: antialiased !important;
  48. -moz-osx-font-smoothing: grayscale !important;
  49. }
  50. #um-admin-access-settings p {font-size: 13px}
  51. #um-admin-access-settings input[type=text] {font-size: 13px}
  52. /*
  53. - Nav Menu
  54. */
  55. .um-nav-edit * {
  56. -webkit-font-smoothing: antialiased !important;
  57. -moz-osx-font-smoothing: grayscale !important;
  58. }
  59. .um-nav-edit-h2 {
  60. padding: 10px 20px 10px 60px;
  61. margin: 14px 12px 0 0;
  62. border-radius: 3px;
  63. color: #fff;
  64. background: #0085ba url(../img/logo-small.png) no-repeat 12px center;
  65. font-weight: bold;
  66. }
  67. .um-nav-mode {margin-top:10px}
  68. .um-nav-roles {display: none;margin-top:5px}
  69. /*
  70. - jQuery Tooltips
  71. */
  72. .um-admin-tip {
  73. margin: 0 0 0 2px;
  74. color: #0085ba !important;
  75. vertical-align: middle;
  76. position: relative;
  77. top: -3px;
  78. opacity: 0.8;
  79. }
  80. .um-admin-tip.n {margin-left: 5px}
  81. .um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #0085ba !important;}
  82. a.um-delete{ color: #a00; }
  83. /* Roles metabox + table features */
  84. .um-metabox-section .description {
  85. font-style: italic;
  86. }
  87. .um-metabox-section th {
  88. width: 35%;
  89. }
  90. .wp-list-table.roles .column-core,
  91. .wp-list-table.roles .column-users,
  92. .wp-list-table.roles .column-admin_access,
  93. .wp-list-table.roles .column-priority {
  94. width:15%;
  95. text-align: center !important;
  96. }
  97. @media screen and (max-width: 782px) {
  98. .wp-list-table.roles .column-core,
  99. .wp-list-table.roles .column-users,
  100. .wp-list-table.roles .column-admin_access,
  101. .wp-list-table.roles .column-priority {
  102. text-align: left !important;
  103. }
  104. }
  105. #um-admin-form-wp-capabilities .um-metadata-line th {
  106. width: auto;
  107. }
  108. #um-admin-form-wp-capabilities .um-metadata-line td {
  109. width: 20px;
  110. }
  111. #um_edit_role #titlewrap > span {
  112. width: 40px;
  113. font-size: 24px;
  114. float:left;
  115. display: block;
  116. line-height: 37px;
  117. }
  118. #um-roles .row-actions .reset a {
  119. color:#a00;
  120. }
  121. #um-roles .row-actions .reset a:hover {
  122. color:red;
  123. }
  124. /*Tooltip*/
  125. .ui-tooltip.um_tooltip {
  126. padding: 8px;
  127. color: #eeeeee !important;
  128. background: #333 !important;
  129. position: absolute;
  130. z-index: 1000000;
  131. max-width: 300px;
  132. font-size: 12px;
  133. border-radius: 5px;
  134. border: none !important;
  135. text-shadow: none !important;
  136. }
  137. .ui-tooltip.um_tooltip a {
  138. color: #eeeeee !important;
  139. }
  140. .um_tooltip.dashicons,
  141. .um_tooltip.dashicons:before {
  142. height:22px;
  143. }
  144. .um_tooltip.dashicons-editor-help::before {
  145. float: left;
  146. font-size: 20px;
  147. line-height: 20px;
  148. color: #333 !important;
  149. }
  150. .um_tooltip {
  151. cursor: pointer;
  152. vertical-align: middle;
  153. }
  154. .um_tooltip:hover {
  155. opacity: 1;
  156. }
  157. .um_tooltip:hover:before {
  158. opacity: 0.8;
  159. }
  160. .wp-admin p.um-nav-roles label input[type=checkbox] {
  161. margin-top: 0 !important;
  162. }
  163. .wp-admin p.um-nav-roles label {
  164. margin-top: 2px !important;
  165. margin-bottom: 2px !important;
  166. }
  167. /*
  168. - Restrict access
  169. */
  170. .um_hidden_notice,
  171. .um_block_settings .um_block_settings_hide{
  172. display: none;
  173. }
  174. .um_block_settings .components-select-control .components-select-control__input[multiple]{
  175. height: auto;
  176. }
  177. .um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix{
  178. display: none;
  179. }