settings.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /* General Field Styling */
  2. .acf-fields .clear {
  3. clear: both;
  4. }
  5. .acf-input-wrap {
  6. overflow: visible !important;
  7. }
  8. .fl-builder-ui-skin--dark .acf-fields > .acf-field {
  9. border-color: #191b21;
  10. }
  11. /* Tooltips */
  12. .fl-builder-ui-skin--dark .acf-tooltip {
  13. background: #2c333a;
  14. }
  15. /* ACF Buttons */
  16. .acf-button {
  17. background: #e7ebef;
  18. border-radius: 3px;
  19. display: inline-block;
  20. padding: 8px 10px;
  21. }
  22. .fl-builder-ui-skin--dark .acf-button {
  23. background: #2c333a;
  24. }
  25. /* ACF Icons */
  26. .acf-icon {
  27. font-size: 20px !important;
  28. line-height: 21px !important;
  29. }
  30. .acf-actions .acf-icon {
  31. font-size: 20px !important;
  32. line-height: 21px !important;
  33. }
  34. .acf-icon.small,
  35. .acf-icon.-small,
  36. .acf-actions .acf-icon.small,
  37. .acf-actions .acf-icon.-small {
  38. line-height: 14px !important;
  39. font-size: 14px !important;
  40. }
  41. .fl-builder-ui-skin--dark .acf-icon.small,
  42. .fl-builder-ui-skin--dark .acf-icon.small:hover,
  43. .fl-builder-ui-skin--dark .acf-icon.-small,
  44. .fl-builder-ui-skin--dark .acf-icon.-small:hover {
  45. background: #2c333a;
  46. }
  47. /* Tables */
  48. .fl-builder-ui-skin--dark .acf-table {
  49. background: #2c333a;
  50. }
  51. .fl-builder-ui-skin--dark .acf-table > tbody > tr > th,
  52. .fl-builder-ui-skin--dark .acf-table > tbody > tr > td,
  53. .fl-builder-ui-skin--dark .acf-table > thead > tr > th,
  54. .fl-builder-ui-skin--dark .acf-table > thead > tr > td {
  55. background: transparent !important;
  56. border-color: #191b21 !important;
  57. }
  58. /* URL Fields */
  59. .acf-url .acf-icon {
  60. top: 9px !important;
  61. }
  62. /* Link Fields */
  63. .acf-link .link-wrap .link-title {
  64. font-weight: bold;
  65. }
  66. /* ACF File */
  67. .fl-builder-ui-skin--dark .acf-fields > .acf-field .acf-file-uploader .file-icon,
  68. .fl-builder-ui-skin--dark .acf-fields > .acf-field .acf-file-uploader .show-if-value {
  69. color: #a7b1bb;
  70. background-color: transparent;
  71. }
  72. /* Color Picker Fields */
  73. .acf-color-picker button {
  74. border: 1px solid #7e8993;
  75. }
  76. .acf-color-picker .wp-color-result-text {
  77. background: #f6f7f7;
  78. border-radius: 0 2px 2px 0;
  79. border-left: 1px solid #c3c4c7;
  80. color: #50575e;
  81. display: block;
  82. line-height: 2.54545455;
  83. padding: 0 6px;
  84. text-align: center;
  85. }
  86. .fl-builder-ui-skin--dark .acf-color-picker .wp-color-result-text {
  87. background: #2c333a;
  88. }
  89. .fl-builder-ui-skin--dark .acf-color-picker .wp-picker-input-wrap .button.wp-picker-clear {
  90. background-color: #2c333a;
  91. border: none;
  92. }
  93. .fl-builder-ui-skin--dark .acf-color-picker .iris-border {
  94. background: transparent;
  95. border-color: #181b20;
  96. }
  97. /* Button Group Fields */
  98. .fl-builder-ui-skin--dark .acf-button-group label,
  99. .fl-builder-ui-skin--dark .acf-button-group label:hover {
  100. background: #2c333a;
  101. }
  102. .fl-builder-ui-skin--dark .acf-button-group label.selected,
  103. .fl-builder-ui-skin--dark .acf-button-group label.selected:hover {
  104. background: #008dd4;
  105. color: #fff !important;
  106. }
  107. /* oEmbed Fields */
  108. .fl-builder-ui-skin--dark .acf-oembed,
  109. .fl-builder-ui-skin--dark .acf-oembed .canvas {
  110. background: transparent;
  111. border-color: #191b21;
  112. }
  113. .fl-builder-ui-skin--dark .acf-oembed .title {
  114. background: #181b20;
  115. border: none;
  116. }
  117. /* Gallery Fields */
  118. .fl-builder-ui-skin--dark .acf-gallery,
  119. .fl-builder-ui-skin--dark .acf-gallery .acf-gallery-side {
  120. border-color: #191b21;
  121. }
  122. .fl-builder-ui-skin--dark .acf-gallery .acf-gallery-main,
  123. .fl-builder-ui-skin--dark .acf-gallery .acf-gallery-toolbar {
  124. background: transparent;
  125. border: none;
  126. }
  127. /* Map Fields */
  128. .fl-builder-ui-skin--dark .acf-google-map {
  129. border-color: #191b21;
  130. }
  131. /* Relationship Fields */
  132. .fl-builder-ui-skin--dark .acf-relationship,
  133. .fl-builder-ui-skin--dark .acf-relationship .filters,
  134. .fl-builder-ui-skin--dark .acf-relationship .selection .choices,
  135. .fl-builder-ui-skin--dark .acf-relationship .selection .choices .list,
  136. .fl-builder-ui-skin--dark .acf-relationship .selection .values {
  137. background: transparent;
  138. border-color: #191b21;
  139. }
  140. /* Taxonomy Fields */
  141. .fl-builder-ui-skin--dark .acf-taxonomy-field .categorychecklist-holder {
  142. border-color: #191b21;
  143. }
  144. /* Repeater Fields */
  145. .acf-repeater > table {
  146. margin: 0 0 8px;
  147. background: #F9F9F9;
  148. }
  149. .fl-builder-ui-skin--dark .acf-repeater .acf-fields.-left > .acf-field:before {
  150. color: #a7b1bb;
  151. background-color: transparent;
  152. border-right-color: #191b21;
  153. }
  154. /* Flexible Content Fields */
  155. .fl-builder-ui-skin--dark .acf-flexible-content .layout,
  156. .fl-builder-ui-skin--dark .acf-flexible-content .layout .acf-fc-layout-handle,
  157. .fl-builder-ui-skin--dark .acf-flexible-content .layout .acf-fc-layout-order {
  158. background: transparent;
  159. border-color: #191b21;
  160. }
  161. .fl-builder-ui-skin--dark .acf-flexible-content .layout .acf-fc-layout-order {
  162. border: 1px solid;
  163. }
  164. /* Tab Groups */
  165. .fl-builder-ui-skin--dark .acf-fields > .acf-tab-wrap {
  166. background: transparent;
  167. }
  168. .fl-builder-ui-skin--dark .acf-fields > .acf-tab-wrap .acf-tab-group {
  169. border-color: #191b21;
  170. }
  171. .fl-builder-ui-skin--dark .acf-fields > .acf-tab-wrap .acf-tab-group li a {
  172. background: #2c333a;
  173. border-color: #2c333a;
  174. }
  175. .fl-builder-ui-skin--dark .acf-fields > .acf-tab-wrap .acf-tab-group li.active a,
  176. .fl-builder-ui-skin--dark .acf-fields > .acf-tab-wrap .acf-tab-group li a:hover {
  177. background: #181b20;
  178. border-color: #181b20;
  179. }
  180. /* Groups */
  181. .fl-builder-ui-skin--dark .acf-fields.-border {
  182. background: transparent;
  183. border-color: #191b21;
  184. }
  185. /* Accordions */
  186. .fl-builder-ui-skin--dark .acf-accordion {
  187. background: transparent;
  188. }
  189. .fl-builder-ui-skin--dark .acf-accordion .acf-accordion-title:hover {
  190. background: #181b20;
  191. }
  192. .fl-builder-ui-skin--dark .acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields {
  193. border-color: #191b21;
  194. }