From 2b8e421cc4762a290739a68faa9e9a1f21425a7d Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Sun, 17 Jun 2018 20:32:27 +0200 Subject: [PATCH 01/10] updated themes to better adjust fittings view to theme --- static/css/themes/dark.css | 10 +++------- static/css/themes/dark_purple.css | 10 +++------- static/css/themes/default.css | 12 ++++-------- themes/bootstrap/dark/_custom.scss | 12 ++++-------- themes/bootstrap/dark_purple/_custom.scss | 12 ++++-------- themes/bootstrap/default/_custom.scss | 12 ++++-------- 6 files changed, 22 insertions(+), 46 deletions(-) diff --git a/static/css/themes/dark.css b/static/css/themes/dark.css index ca45403f..4ec73d62 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -8983,15 +8983,11 @@ a.text-dark:hover, a.text-dark:focus { } .eveui_window { - background: #6c757d !important; - color: #e9ecef !important; + background: #495057 !important; + color: #f8f9fa !important; } .eveui_title { - background: #212529; + background: #495057; color: #f8f9fa !important; } - -#wl_hover table { - background: #ced4da !important; -} diff --git a/static/css/themes/dark_purple.css b/static/css/themes/dark_purple.css index f1da82f1..b7f31641 100644 --- a/static/css/themes/dark_purple.css +++ b/static/css/themes/dark_purple.css @@ -8983,15 +8983,11 @@ a.text-dark:hover, a.text-dark:focus { } .eveui_window { - background: #6c757d !important; - color: #e9ecef !important; + background: #495057 !important; + color: #f8f9fa !important; } .eveui_title { - background: #212529; + background: #495057; color: #f8f9fa !important; } - -#wl_hover table { - background: #ced4da !important; -} diff --git a/static/css/themes/default.css b/static/css/themes/default.css index f607091d..a2ca5c71 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -8983,15 +8983,11 @@ a.text-dark:hover, a.text-dark:focus { } .eveui_window { - background: #6c757d !important; - color: #e9ecef !important; + background: #fff !important; + color: #212529 !important; } .eveui_title { - background: #212529; - color: #f8f9fa !important; -} - -#wl_hover table { - background: #ced4da !important; + background: #fff; + color: #212529 !important; } diff --git a/themes/bootstrap/dark/_custom.scss b/themes/bootstrap/dark/_custom.scss index 85246604..18e5cd86 100644 --- a/themes/bootstrap/dark/_custom.scss +++ b/themes/bootstrap/dark/_custom.scss @@ -3,15 +3,11 @@ } .eveui_window { - background: $gray-600 !important; - color: $gray-200 !important; + background: $body-bg !important; + color: $body-color !important; } .eveui_title { - background: $gray-900; - color: $gray-100 !important; -} - -#wl_hover table { - background: $gray-400 !important; + background: $body-bg; + color: $body-color !important; } diff --git a/themes/bootstrap/dark_purple/_custom.scss b/themes/bootstrap/dark_purple/_custom.scss index 85246604..18e5cd86 100644 --- a/themes/bootstrap/dark_purple/_custom.scss +++ b/themes/bootstrap/dark_purple/_custom.scss @@ -3,15 +3,11 @@ } .eveui_window { - background: $gray-600 !important; - color: $gray-200 !important; + background: $body-bg !important; + color: $body-color !important; } .eveui_title { - background: $gray-900; - color: $gray-100 !important; -} - -#wl_hover table { - background: $gray-400 !important; + background: $body-bg; + color: $body-color !important; } diff --git a/themes/bootstrap/default/_custom.scss b/themes/bootstrap/default/_custom.scss index 85246604..18e5cd86 100644 --- a/themes/bootstrap/default/_custom.scss +++ b/themes/bootstrap/default/_custom.scss @@ -3,15 +3,11 @@ } .eveui_window { - background: $gray-600 !important; - color: $gray-200 !important; + background: $body-bg !important; + color: $body-color !important; } .eveui_title { - background: $gray-900; - color: $gray-100 !important; -} - -#wl_hover table { - background: $gray-400 !important; + background: $body-bg; + color: $body-color !important; } From 61d639310e314705cbe90faf5effcd3f97f6f590 Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Sun, 17 Jun 2018 20:32:49 +0200 Subject: [PATCH 02/10] moved brand to say when menu collapses also moves menu button to right side, --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c7125777..869250e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,11 +33,11 @@