Skip to content

Commit

Permalink
fix tinymce tabs #206
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McLaren committed Sep 14, 2019
1 parent 3d343bf commit 9e47a34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hsDarkIde.css
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,20 @@ body.design-manager.ext-dark-theme .private-modal.private-table thead th {
color: rgb( var(--rgb-details-color));
}

/* embed modal tabs */
/* active tab */
body.design-manager.ext-dark-theme .mce-hubspot-popover .jPSLnJ{
background:rgba(255, 255, 255, 0.1) !important;
color: rgba( var(--rgb-details-color), 1) !important;
text-decoration:underline!important;
font-style:italic!important;

}
/* inactive tab */

body.design-manager.ext-dark-theme .mce-hubspot-popover .ghrJDr{
background:linear-gradient(45deg, #33475b, #2d3e50)!important;
}
/* new file modal */

body.design-manager.ext-dark-theme .private-selectable-box {
Expand Down

0 comments on commit 9e47a34

Please sign in to comment.