0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added dark mode styles to the post analytics table

no issue
This commit is contained in:
James Morris 2022-10-21 18:35:59 +01:00
parent fd91f7eebb
commit fda12d103a

View file

@ -1416,3 +1416,41 @@ kbd {
.ember-power-select-option[aria-current="true"] .kg-settings-link-url::after {
background: linear-gradient(90deg, rgba(19,20,22,0) 0%, rgba(19,20,22,1) 100%);
}
/* Post Analytics */
.feature-audienceFeedback .gh-post-analytics-box.gh-post-analytics-newsletter-clicks,
.feature-audienceFeedback .gh-post-analytics-box.gh-post-analytics-source-attribution {
background: #101114;
border-color: #26282b;
}
.gh-tabs-analytics {
background: #101114;
border-color: #26282b;
}
.gh-tabs-analytics .tab-panel-selected,
.gh-tabs-analytics .tab-selected {
background: #101114;
border-color: transparent;
}
.gh-tabs-analytics .tab-list {
background: #17191C;
border-color: transparent;
box-shadow: none;
}
.gh-post-activity-feed-dummy {
opacity: 0.2;
}
.gh-post-activity-feed .gh-dashboard-list-item + .gh-dashboard-list-item {
border-color: #17191c;
}
.gh-post-activity-feed-footer {
border-color: #17191c;
}