Skip to content

Commit

Permalink
Fixed plugin upload in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbalsoy committed Nov 19, 2023
1 parent b1c2383 commit 6be6512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/styles/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ form#comments-form,
.media-upload-form,
form#posts-filter,
div#col-left,
.mdwp-card {
.mdwp-card,
.upload-plugin .wp-upload-form,
.upload-theme .wp-upload-form {
border-radius: var(--br-10px) !important;
padding: 15px !important;
background: var(--light-back-color);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/shared.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body.wp-autoresize, body, #wpcontent, ul.cat-checklist, .wp-tab-active, ul.add-m
background: var(--dark-back-color-paper) !important;
}

legend, .theme-browser .theme .theme-name, .about-wrap, .theme-overlay .theme-actions, .media-frame.mode-grid .uploader-inline, #poststuff, form#createuser, form#your-profile, form#bulk-action-form, .menu-item-handle, #menu-management .menu-edit, #menu-settings-column .accordion-container, .comment-ays, .feature-filter, .imgedit-group, .manage-menus, .popular-tags, .stuffbox, .widget-inside, .widget-top, .widgets-holder-wrap, p.popular-tags, #et_pb_widget_area_create, div#widgets-right, div#widgets-left, .themes.wp-clearfix, .form-wrap.edit-term-notes, form#comments-form, .media-upload-form, form#posts-filter, div#col-left, #adminmenu, #adminmenu .wp-submenu, #adminmenuback, .notice, div.error, div.updated, #screen-meta-links .screen-meta-toggle, #screen-meta-links .show-settings, #screen-meta, #contextual-help-wrap, .welcome-panel, .jitm-card, .theme-overlay .theme-wrap, #adminmenuwrap, table, .plugin-card, .plugin-card-bottom, .wp-filter {
legend, .theme-browser .theme .theme-name, .about-wrap, .theme-overlay .theme-actions, .media-frame.mode-grid .uploader-inline, #poststuff, form#createuser, form#your-profile, form#bulk-action-form, .menu-item-handle, #menu-management .menu-edit, #menu-settings-column .accordion-container, .comment-ays, .feature-filter, .imgedit-group, .manage-menus, .popular-tags, .stuffbox, .widget-inside, .widget-top, .widgets-holder-wrap, p.popular-tags, #et_pb_widget_area_create, div#widgets-right, div#widgets-left, .themes.wp-clearfix, .form-wrap.edit-term-notes, form#comments-form, .media-upload-form, form#posts-filter, div#col-left, #adminmenu, #adminmenu .wp-submenu, #adminmenuback, .notice, div.error, div.updated, #screen-meta-links .screen-meta-toggle, #screen-meta-links .show-settings, #screen-meta, #contextual-help-wrap, .welcome-panel, .jitm-card, .theme-overlay .theme-wrap, #adminmenuwrap, table, .plugin-card, .plugin-card-bottom, .wp-filter, .upload-plugin .wp-upload-form, .upload-theme .wp-upload-form {
background: var(--dark-back-color) !important;
}

Expand Down

0 comments on commit 6be6512

Please sign in to comment.