From f172fedb5877fe72d58255a345728f8c311dde4c Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 8 Apr 2021 17:25:32 +0200 Subject: [PATCH] Updated settings icon colors --- ghost/admin/app/styles/layouts/settings.css | 8 ++++---- ghost/admin/app/templates/settings.hbs | 22 ++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 6f8389cefd..7d3cb30325 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -76,19 +76,19 @@ color: #fff; } -.gh-settings-main-grid .gh-setting-group span.color-1 { +.gh-settings-main-grid .gh-setting-group span.yellow { background: var(--yellow); } -.gh-settings-main-grid .gh-setting-group span.color-2 { +.gh-settings-main-grid .gh-setting-group span.green { background: var(--green); } -.gh-settings-main-grid .gh-setting-group span.color-3 { +.gh-settings-main-grid .gh-setting-group span.blue { background: var(--blue); } -.gh-settings-main-grid .gh-setting-group span.color-4 { +.gh-settings-main-grid .gh-setting-group span.pink { background: var(--pink); } diff --git a/ghost/admin/app/templates/settings.hbs b/ghost/admin/app/templates/settings.hbs index 77851cf6ea..1d255dcdbd 100644 --- a/ghost/admin/app/templates/settings.hbs +++ b/ghost/admin/app/templates/settings.hbs @@ -9,28 +9,28 @@
Website
- {{svg-jar "settings"}} + {{svg-jar "settings"}}

General

Basic publication details and site metadata

- {{svg-jar "view-site"}} + {{svg-jar "view-site"}}

Theme

Install and update themes

- {{svg-jar "compass-2"}} + {{svg-jar "compass-2"}}

Navigation

Set up primary and secondary menus

@@ -42,14 +42,14 @@
{{#if (enable-developer-experiments)}} - {{svg-jar "eye"}} + {{svg-jar "eye"}}

Access

Configure members usage and default access levels

- {{svg-jar "module"}} + {{svg-jar "module"}}

Products

Set up subscription products and prices

@@ -57,7 +57,7 @@ {{/if}} {{#if this.session.user.isOwner}} - {{svg-jar "email-stroke"}} + {{svg-jar "email-stroke"}}

Email newsletter

Customise emails and set email addresses

- {{svg-jar "piggy-bank"}} + {{svg-jar "piggy-bank"}}

Payments

Connect to Stripe and set up prices

@@ -84,14 +84,14 @@
Advanced
- {{svg-jar "brackets"}} + {{svg-jar "brackets"}}

Code injection

Add code to your publication

- {{svg-jar "labs"}} + {{svg-jar "labs"}}

Labs

Testing ground for new features