mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added dark mode styles to the post analytics table
no issue
This commit is contained in:
parent
fd91f7eebb
commit
fda12d103a
1 changed files with 38 additions and 0 deletions
|
@ -1416,3 +1416,41 @@ kbd {
|
||||||
.ember-power-select-option[aria-current="true"] .kg-settings-link-url::after {
|
.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%);
|
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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue