Skip to content

Commit

Permalink
Add modern theme colors to Chosen
Browse files Browse the repository at this point in the history
Pulled from Sugar Calendar (props @JJJ). This does not update the other
color schemes in the edd-admin-css and datepicker files.

#7722
  • Loading branch information
robincornett committed Aug 25, 2020
1 parent a7927af commit 1706409
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/css/edd-admin-chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,23 @@ body.admin-color-light .chosen-container .chosen-results li.highlighted {
background-color: #04a4cc;
}

/* Modern */
body.admin-color-modern .chosen-container-active .chosen-single,
body.admin-color-modern .chosen-container-active .chosen-choices,
body.admin-color-modern .chosen-with-drop.chosen-dropup .chosen-drop {
border-color: #3858e9;
box-shadow: 0 0 0 1px #3858e9;
}
body.admin-color-modern .chosen-with-drop.chosen-dropup .chosen-single,
body.admin-color-modern .chosen-container-active.chosen-dropup .chosen-choices,
body.admin-color-modern .chosen-container .chosen-drop {
border-color: #3858e9;
box-shadow: 0 1px 0 1px #3858e9;
}
body.admin-color-modern .chosen-container .chosen-results li.highlighted {
background-color: #3858e9;
}

/* bbPress Color Schemes
-------------------------------------------------------------- */

Expand Down

0 comments on commit 1706409

Please sign in to comment.