diff --git a/frontend/resources/styles/common/dependencies/mixin.scss b/frontend/resources/styles/common/dependencies/mixin.scss index 8b8958776..06fbfb27b 100644 --- a/frontend/resources/styles/common/dependencies/mixin.scss +++ b/frontend/resources/styles/common/dependencies/mixin.scss @@ -154,7 +154,7 @@ position: relative; &::after { - background-color: $color-white; + background-color: $primary-ui-bg; bottom: -3px; content: "..."; padding-left: 10px; diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index 2b18eaa27..8726cc48c 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -185,7 +185,7 @@ ul.slider-dots { &.current, &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; } } @@ -489,7 +489,7 @@ input.element-name { width: 20px; height: 20px; margin-right: 10px; - background-color: $color-white; + background-color: $primary-ui-bg; border: 1px solid $soft-ui-border; box-shadow: inset 0 0 0 0 $main-ui-color ; box-sizing: border-box; @@ -855,7 +855,7 @@ input[type=range]:focus::-ms-fill-upper { &:hover { &::after { - background-color: $color-white; + background-color: $dark-ui-bg; border-radius: $br-small; color: $medium-ui-text; content: attr(alt); diff --git a/frontend/resources/styles/main/partials/color-palette.scss b/frontend/resources/styles/main/partials/color-palette.scss index 5da928c75..4030226eb 100644 --- a/frontend/resources/styles/main/partials/color-palette.scss +++ b/frontend/resources/styles/main/partials/color-palette.scss @@ -153,7 +153,7 @@ margin-left: 1.5rem; .color { align-items: center; - background-color: $color-white; + background-color: $primary-ui-bg; border: 3px dashed $color-gray-lighter; cursor: pointer; display: flex; @@ -201,7 +201,7 @@ } .color-tooltip { - background-color: $color-white; + background-color: $primary-ui-bg; border: 1px solid $color-gray-lighter; border-radius: 3px; left: -102px; @@ -217,7 +217,7 @@ max-width: 100px; } &::after { - background-color: $color-white; + background-color: $primary-ui-bg; bottom: -32px; border-bottom: 1px solid $color-gray-lighter; border-right: 1px solid $color-gray-lighter; diff --git a/frontend/resources/styles/main/partials/project-bar.scss b/frontend/resources/styles/main/partials/project-bar.scss index 0a38db032..05ad05343 100644 --- a/frontend/resources/styles/main/partials/project-bar.scss +++ b/frontend/resources/styles/main/partials/project-bar.scss @@ -6,7 +6,7 @@ // Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com> .project-bar { - background-color: $color-white; + background-color: $primary-ui-bg; border-right: 1px solid $color-gray-lighter; bottom: 0; height: 100%; diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index eecb56293..ef725f4b9 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -361,7 +361,7 @@ width: 15px; .color-bar-select { - background-color: $color-white; + background-color: $primary-ui-bg; height: 3px; left: -4px; position: absolute; diff --git a/frontend/resources/styles/main/partials/sidebar-sitemap.scss b/frontend/resources/styles/main/partials/sidebar-sitemap.scss index ca14139f8..601eb8875 100644 --- a/frontend/resources/styles/main/partials/sidebar-sitemap.scss +++ b/frontend/resources/styles/main/partials/sidebar-sitemap.scss @@ -42,7 +42,7 @@ } &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; border-color: $soft-ui-border; } diff --git a/frontend/resources/styles/main/partials/sidebar-tools.scss b/frontend/resources/styles/main/partials/sidebar-tools.scss index ce266e1fa..fa569580e 100644 --- a/frontend/resources/styles/main/partials/sidebar-tools.scss +++ b/frontend/resources/styles/main/partials/sidebar-tools.scss @@ -28,7 +28,7 @@ } &:hover { - background-color: $primary-ui-bg; + background-color: $dark-ui-bg; } &.selected { diff --git a/frontend/resources/styles/main/partials/user-settings.scss b/frontend/resources/styles/main/partials/user-settings.scss index 32895df44..1bb286901 100644 --- a/frontend/resources/styles/main/partials/user-settings.scss +++ b/frontend/resources/styles/main/partials/user-settings.scss @@ -19,7 +19,7 @@ padding: $small $medium; &:hover { - background-color: $primary-ui-bg; + background-color: $dark-ui-bg; border-color: transparent; } diff --git a/frontend/resources/styles/main/partials/workspace-bar.scss b/frontend/resources/styles/main/partials/workspace-bar.scss index f2e4e137c..4a4ae7b6c 100644 --- a/frontend/resources/styles/main/partials/workspace-bar.scss +++ b/frontend/resources/styles/main/partials/workspace-bar.scss @@ -74,7 +74,7 @@ } &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; border-color: $soft-ui-border; } @@ -130,7 +130,7 @@ } &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; border-color: $soft-ui-border; } @@ -274,7 +274,7 @@ } &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; border-color: $soft-ui-border; } diff --git a/frontend/resources/styles/view/layouts/main-layout.scss b/frontend/resources/styles/view/layouts/main-layout.scss index f5d65ad34..6292142b7 100644 --- a/frontend/resources/styles/view/layouts/main-layout.scss +++ b/frontend/resources/styles/view/layouts/main-layout.scss @@ -67,7 +67,7 @@ } &:hover { - background-color: $color-white; + background-color: $dark-ui-bg; border-color: $soft-ui-border; }