mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Dark mode switch style fix and other tweaks (no-changelog) (#7599)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -795,7 +795,7 @@ $main-panel-width: 360px;
|
||||
position: absolute;
|
||||
bottom: var(--spacing-4xs);
|
||||
left: calc(100% + var(--spacing-s));
|
||||
color: var(--color-text-xlight);
|
||||
color: var(--color-feature-request-font);
|
||||
font-size: var(--font-size-2xs);
|
||||
white-space: nowrap;
|
||||
|
||||
|
||||
@@ -184,7 +184,6 @@
|
||||
// Dialog
|
||||
.el-overlay {
|
||||
background-color: var(--color-dialog-overlay-background-dark);
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
|
||||
@@ -262,7 +262,7 @@ const openPricingPage = () => {
|
||||
margin: 0 0 var(--spacing-xs);
|
||||
background: var(--color-background-xlight);
|
||||
border-radius: var(--border-radius-large);
|
||||
border: 1px solid var(--color-light-grey);
|
||||
border: 1px solid var(--color-foreground-base);
|
||||
white-space: nowrap;
|
||||
|
||||
.count {
|
||||
|
||||
Reference in New Issue
Block a user