# bbp-core/1.2.5/assets/css/admin-global.css

Forumax – AI Powered Advanced Community Forum Plugin, version 1.2.5. 71 lines.

- Page: https://pluginprobe.com/plugins/bbp-core/1.2.5/code/assets/css/admin-global.css
- Raw: https://pluginprobe.com/plugins/bbp-core/1.2.5/raw/assets/css/admin-global.css
- Modified: 2024-10-30T09:57:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bbp-core/1.2.5/code/assets/css/admin-global.css#L10-L20`.

```css
code {
  line-height: 1.6;
}

/** === WordPress default notices === **/
.notice {
  padding: 10px;
}

.eazydocs-close-notice {
  display: inline-block;
}

a.eazydocs-close-notice:focus,
a.eazydocs-close-notice:active {
  outline: none;
  box-shadow: none;
}

.eazydocs-close-notice,
.notice ul li a {
  text-decoration: none;
}

.eazydocs-close-notice i {
  font-size: 16px;
  text-decoration: none;
  margin-top: 2px;
  margin-left: -5px;
  color: #dc3232;
}

.eazydocs-close-notice span {
  margin-left: -3px;
}

.eazydocs-close-notice:hover,
.eazydocs-close-notice {
  color: #dc3232;
  font-weight: 600;
}

.notice .notice-action {
  position: relative;
  color: #00a0d2;
}

.notice .notice-action:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #00a0d2;
  width: 100%;
  left: 0;
  bottom: -2px;
}

.metabox-holder #eazydocs_basics.group {
  display: block !important;
}

/** === Customizer === **/
.customize-pane-parent li#accordion-section-shortcode_fields,
.customize-pane-parent li#accordion-section-role_manager_fields,
.customize-pane-parent li#accordion-section-design_fields,
.customize-pane-parent li#accordion-section-role_manager_fields {
  display: none !important;
}

/*# sourceMappingURL=admin-global.css.map */

```
