Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
- add new plugin/theme button
- list items on dashboard
  • Loading branch information
fatihbalsoy committed Nov 19, 2023
1 parent 6be6512 commit 556dd74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ a.et-pb-modal-save-template.button {

.wrap .add-new-h2:hover,
.wrap .page-title-action:hover {
border-color: transparent !important;
border-color: var(--primary-color) !important;
background: rgba(255, 255, 255, 0.4) !important;
color: white !important;
color: var(--primary-color) !important;
}
7 changes: 7 additions & 0 deletions src/styles/themes/shared.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,11 @@ div#plugin-information-footer {

#activity-widget #the-comment-list .comment-item {
background-color: transparent !important;
}

#future-posts, #published-posts {
background-color: rgba(255, 255, 255, 0);
}
#future-posts li:nth-child(odd), #published-posts li:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.05);
}

0 comments on commit 556dd74

Please sign in to comment.