123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- /* stop bootstrap box-sizing resets on dashboard theme names */
- .theme-name {
- height: auto !important;
- }
- /* stop bootstrap 0 margin resets on ul */
- .wp-admin .components-panel__header ul, li {
- margin-top: 16px;
- }
- :root {
- --wp-components-color-accent: #5dbd73;
- --wp-admin-theme-color: #E9E4DC;
- }
- ::selection {
- background-color: var(--wp--preset--color--tirtiary);
- }
- #wp-version-message {
- display: none;
- }
- body.wp-admin {
- background: var(--wp-admin-theme-color);
- }
- #wpbody-content .block-editor:not(.is-root-container) a {
- }
- #wpbody-content a:hover {
- color: var(--wp-components-color-accent-darker-20);
- }
- #wpbody-content #site-editor a {
- color: var(--wp--preset--color--tirtiary) !important;
- }
- #wp-admin-bar-site-name .ab-item::before {
- background-image: url(../gwp/img/_gwp_icon.svg) !important;
- background-position: center !important;
- background: no-repeat;
- display: block;
- width: 21px;
- height: 21px;
- content: '' !important;
- color:#E9E4DC !important;
- }
- #adminmenu,
- #adminmenuback,
- #adminmenuwrap,
- #adminmenuwrap,
- #wpadminbar {
- background-color: #484c57;
- }
- #wpadminbar .ab-top-menu > li.hover > .ab-item,
- #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
- #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
- #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
- background: #2a2d36;
- color:#5dbd73;
- }
- #adminbar,
- #adminmenu .wp-submenu,
- #adminmenu .wp-submenu-wrap,
- #adminmenu li.menu-top:hover,
- #adminmenu li.opensub {
- background-color: #2a2d36;
- }
- #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
- #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div,
- #adminmenu li.current a.menu-top,
- #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
- #adminmenu li.wp-has-current-submenu:hover,
- #adminmenu li.wp-has-current-submenu.opensub:hover,
- #adminmenu li:hover, #adminmenu li.opensub:hover {
- background-color: #006837;
- }
- #adminmenu li a:focus div.wp-menu-image:before,
- #adminmenu li.opensub div.wp-menu-image:before,
- #adminmenu li:hover div.wp-menu-image:before{
- color:#5dbd73;
- }
- #adminmenu li.menu-top:hover,
- #adminmenu li.opensub > a.menu-top,
- #adminmenu li > a.menu-top:focus {
- position: relative;
- background-color: #2a2d36;
- color:#5dbd73;
- }
- #adminmenu .wp-submenu a:focus,
- #adminmenu .wp-submenu a:hover,
- #adminmenu a:hover,
- #adminmenu li.menu-top > a:focus {
- color:#ffffff;
- }
- #adminmenu li.menu-top:hover,
- #adminmenu li.opensub > a.menu-top,
- #adminmenu li > a.menu-top:focus {
- background-color: #2a2d36;
- color:#ffffff;
- }
- #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
- #adminmenu .wp-menu-arrow,
- #adminmenu .wp-menu-arrow div,
- #adminmenu li.current a.menu-top,
- #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
- background: #006837 !important;
- color:#fff;
- }
- .wp-core-ui .button, .wp-core-ui .button-secondary {
- color: #484c57;
- border-color: #484c57;
- background: #f6f7f7;
- vertical-align:top
- }
- .wrap .add-new-h2,
- .wrap .add-new-h2:active,
- .wrap .page-title-action,
- .wrap .page-title-action:active {
- border: 1px solid #484c57;
- color: #484c57;
- }
- .edit-site-site-icon__image {
- display: none !important;
- }
- .edit-site-site-icon svg {
- display: none !important;
- }
- .edit-site-site-icon {
- background-image: url(../gwp/img/_gwp_icon.svg) !important;
- background: no-repeat;
- background-size: 70% !important;
- background-position: center !important;
- display: block;
- width: 25px;
- height: 25px;
- }
- .edit-post-fullscreen-mode-close.components-button {
- background-image: url(../gwp/img/_gwp_icon.svg) !important;
- background-color: #484c57;
- border-bottom: 1px solid #d3d3d3;
- background: no-repeat;
- background-size: 70% !important;
- background-position: center !important;
- display: block;
- }
- .edit-post-fullscreen-mode-close_site-icon {
- display: none !important;
- }
- .edit-post-fullscreen-mode-close.components-button:before {
- content: none !important;
- }
- .edit-post-fullscreen-mode-close.components-button svg {
- display: none !important;
- }
- .edit-site-layout__view-mode-toggle.components-button {
- transform: scale(0.8);
- border-bottom: none;
- }
- .is-edit-mode .edit-site-site-hub__view-mode-toggle-container {
- border-bottom: 1px solid #d3d3d3;
- }
- .dashicons-admin-media::before {
- content: '\f322' !important;
- }
- .media-sidebar {
- background: #2a2d36 !important;
- }
- /***********************************************************
- ################## Block Editor Styles #####################
- .editor-post-title__block,
- .editor-post-publish-panel,
- .editor-post-publish-panel__header,
- .editor-post-publish-panel__content,
- .editor-post-publish-panel__footer,
- .editor-default-block-appender,
- .editor-block-list__block,
- .editor-block-list__layout,
- .edit-post-editor__list-view-container,
- .edit-post-editor__document-overview-panel .edit-post-editor__document-overview-panel__close-button,
- .edit-post-editor__document-overview-panel__tab-panel,
- .edit-site-layout__header-container,
- .edit-post-sidebar__panel-tabs,
- .edit-post-header,
- .edit-site-page,
- .edit-site-page-header,
- .edit-site-page-header .components-heading,
- .edit-site-layout__content,
- .edit-site-sidebar-navigation-screen__title-icon,
- .edit-site-editor__list-view-panel-content,
- .edit-site-editor__list-view-panel-header,
- .edit-site-site-hub__view-mode-toggle-container,
- .edit-site-patterns__header,
- .edit-site-patterns__pattern-title .edit-site-patterns__pattern-icon,
- .edit-site-style-book__tab-panel .components-tab-panel__tabs,
- .edit-site-sidebar-edit-mode__panel-tabs,
- .edit-site-sidebar-navigation-screen__footer,
- .edit-site-header-edit-mode,
- .edit-site-layout__actions,
- .entities-saved-states__panel-header,
- .edit-site-layout__sidebar,
- .edit-site-sidebar__content,
- .media-modal-content,
- .media-frame-content,
- .attachments-browser .media-toolbar,
- .media-sidebar,
- .document-outline__item-content,
- .block-editor__container,
- .block-editor-block-toolbar,
- .block-editor-inserter__menu,
- .block-editor-block-types-list__item-icon,
- .block-editor-block-contextual-toolbar,
- .block-editor-block-breadcrumb__button,
- .block-editor-block-patterns-list,
- .block-editor-inserter__patterns-category-panel-header,
- .block-editor-inserter__quick-inserter-expand,
- .block-editor-block-inspector__no-block-tools, .block-editor-block-inspector__no-blocks,
- .block-editor-inserter__media-dialog,
- .block-editor-block-breadcrumb__current,
- .interface-interface-skeleton__body,
- .interface-interface-skeleton__sidebar,
- .interface-complementary-area,
- .interface-complementary-area-header,
- .interface-complementary-area h2,
- .interface-interface-skeleton__footer,
- .interface-interface-skeleton__footer .block-editor-block-breadcrumb,
- .entities-saved-states__text-prompt,
- .components-button,
- .components-panel,
- .components-placeholder,
- .components-toolbar-group,
- .components-panel__body-title,
- .components-tab-panel__tabs,
- .components-panel__body-toggle,
- .components-toggle-group-control,
- .components-font-size-picker__controls,
- .components-menu-group,
- .components-popover__content,
- .components-button.block-editor-block-types-list__item,
- .components-toolbar-group .block-editor-block-toolbar__block-controls,
- .components-base-control,
- .components-form-token-field__suggestion,
- .components-panel__body-toggle.components-button,
- .components-modal__content,
- .components-modal__header,
- .commands-command-menu__container [cmdk-item]:active,
- .commands-command-menu__container [cmdk-item][aria-selected=true]
- {
- background-color: #484c57;
- color: rgb(213, 213, 213);
- }
- :where(.editor-styles-wrapper) {
- background: #484c57;
- }
- .edit-post-header {
- background: #484c57 !important;
- }
- .block-editor-block-parent-selector__button {
- border-color:rgb(213, 213, 213) !important;
- }
- .block-editor-block-toolbar .components-toolbar,
- .block-editor-block-toolbar .components-toolbar-group {
- border-color:rgb(213, 213, 213) !important;
- border-right-color:rgb(213, 213, 213) !important;
- border-left-color: rgb(213, 213, 213) !important;
- }
- .block-editor-block-contextual-toolbar,
- .block-editor-block-toolbar {
- border: 1px solid rgb(88, 88, 100) !important;
- }
- .edit-site-visual-editor {
- background-color: #2a2d36;
- }
- .edit-site-document-actions__command {
- background-color: #cacaca;
- }
- .edit-site-document-actions .edit-site-document-actions__command {
- background: #bababa;
- }
- .edit-site-sidebar-navigation-item.components-item:focus,
- .edit-site-sidebar-navigation-item.components-item:hover,
- .edit-site-sidebar-navigation-item.components-item[aria-current] {
- background:#2a2d36;
- color: #e0e0e0;
- }
- .edit-site-patterns .edit-site-patterns__search input[type=search],
- .edit-site-sidebar-navigation-item.components-item[aria-current] {
- background: #2a2d36;
- }
- .components-notice.is-warning {
- background: #2a2d36;
- }
- .components-button {
- color: rgb(213, 213, 213);
- }
- .components-heading {
- color: rgb(213, 213, 213);
- }
- .components-button.is-secondary {
- color: #8fff96;
- box-shadow: inset 0 0 0 1px #fff;
- }
- .components-button.is-tertiary {
- color: #8fff96;
- }
- .block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover {
- color: #8fff96;
- }
- .components-button .edit-post-fullscreen-mode-close {
- background-color: #484c57;
- }
- .components-button .edit-site-document-actions__command {
- background-color: #cacaca;
- }
- .components-editor-notices__dismissible, .components-editor-notices__pinned {
- color: rgb(213, 213, 213);
- }
- .commands-command-menu__header input,
- .commands-command-menu__header svg,
- .commands-command-menu__container [cmdk-input],
- .commands-command-menu__container [cmdk-item] {
- background-color: #484c57;
- color: rgb(213, 213, 213);
- fill: rgb(213, 213, 213);
- }
- .commands-command-menu__container [cmdk-item] svg {
- fill:rgb(213, 213, 213);
- }
- .block-editor-block-contextual-toolbar,
- .block-editor-block-toolbar {
- border: 1px solid #484c57 !important;
- }
- .wp-block-image.wp-block-image.is-selected .components-placeholder {
- background-color: #484c57;
- color: rgb(213, 213, 213);
- }
- ************************************************************/
- /***********************************************************
- #################### Gravity Forms #########################
- ************************************************************/
- header.gform-settings-header {
- display: none;
- }
- #rg_forms_dashboard .postbox-header h2.hndle {
- display: none !important;
- }
- #rg_forms_dashboard .postbox-header:before{
- content:'Forms';
- font-weight: 700;
- font-size: 14px;
- padding: 10px 10px 10px 15px;
- }
- #rg_forms_dashboard .inside i {
- font-style: normal !important;
- font-weight: 500;
- font-size: 13px;
- }
- #form-editor .gform-settings__wrapper .button.primary {
- background-color: #006837 !important;
- }
- #form-editor .gforms_edit_form {
- background-color: #E9E4DC !important;
- }
- #form-editor .gform-form-toolbar__container {
- background-color: #E9E4DC !important;
- }
- .editor-sidebar .sidebar__panel {
- background: #E9E4DC !important;
- }
- #gform-form-toolbar {
- background: #E9E4DC !important;
- }
- #form-editor .sidebar__nav-wrapper {
- background: #E9E4DC !important;
- }
- #form-editor .ui-widget-content {
- background: #E9E4DC !important;
- }
|