From 556dd747e32cc43df0aed58a8c10ec5644d8c8b7 Mon Sep 17 00:00:00 2001 From: Fatih Balsoy <28816254+fatihbalsoy@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:51:39 -0500 Subject: [PATCH] minor changes - add new plugin/theme button - list items on dashboard --- src/styles/components/_button.scss | 4 ++-- src/styles/themes/shared.dark.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_button.scss b/src/styles/components/_button.scss index a6cf956..49823b7 100644 --- a/src/styles/components/_button.scss +++ b/src/styles/components/_button.scss @@ -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; } \ No newline at end of file diff --git a/src/styles/themes/shared.dark.css b/src/styles/themes/shared.dark.css index e6844c3..5be1656 100644 --- a/src/styles/themes/shared.dark.css +++ b/src/styles/themes/shared.dark.css @@ -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); } \ No newline at end of file