Skip to content

Commit

Permalink
Merge pull request #152 from NiklasBr/tab-regression
Browse files Browse the repository at this point in the history
Improve background selector to fix overly greedy hits
  • Loading branch information
ctippler committed Aug 16, 2022
2 parents de68d07 + 9b809bf commit 393efe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Resources/public/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@
}

/* dark background under tabs */
#pimcore_plugin_pm_panel-bodyWrap .x-tab-bar-body {
background-color: #393C3F;
/* Very specific selector to only target main tab-bar in the window */
#pimcore_plugin_pm_panel-bodyWrap > .x-tab-bar > .x-tab-bar-body {
background-color: #3c3f41;
}

.pm_tooltip_icon {
Expand Down

0 comments on commit 393efe1

Please sign in to comment.