This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,20 @@
.tagify {
box-shadow: 0 0 0 transparent;
border-radius: 4px;
border: 1px solid #7e8993;
background-color: #fff;
color: #32373c;
}
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-enabled,
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-preview-mode,
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-debug-mode {
text-align: center;
}
div.wrap.wp-notification-bar-license table.form-table td.invalid,
div.wrap.wp-notification-bar-license table.form-table td.expired,
div.wrap.wp-notification-bar-license table.form-table td.item_name_mismatch,
div.wrap.wp-notification-bar-license table.form-table td.disabled {
color: red;
}