From aad9cf26a8dbca4b746235282f3d46d2e7c918be Mon Sep 17 00:00:00 2001 From: opnsenseuser Date: Sun, 5 Aug 2018 22:28:26 +0200 Subject: [PATCH] .bootstrap-dialog.type-success .modal-header color fix .bootstrap-dialog.type-success .modal-header color fix for both themes - cicada and tukan --- misc/theme-cicada/Makefile | 4 ++-- .../opnsense/www/themes/cicada/assets/stylesheets/main.scss | 3 +++ .../src/opnsense/www/themes/cicada/build/css/main.css | 3 +++ misc/theme-tukan/Makefile | 4 ++-- .../opnsense/www/themes/tukan/assets/stylesheets/main.scss | 3 +++ .../src/opnsense/www/themes/tukan/build/css/main.css | 1 + 6 files changed, 14 insertions(+), 4 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index c9f795e07..44167d7cd 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.2 +PLUGIN_VERSION= 1.3 PLUGIN_COMMENT= The cicada theme - grey/orange -PLUGIN_MAINTAINER= martin@team-rebellion.net +PLUGIN_MAINTAINER= rene@team-rebellion.net .include "../../Mk/plugins.mk" diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index 7b09e2e03..c008ad222 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -9820,3 +9820,6 @@ div.Tokenize ul { background-color: #292929; border: 1px solid #515151; } +.bootstrap-dialog.type-success .modal-header { + background-color: #c35d12 !important; +} diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index 78bee2244..4f3ffce9d 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -6397,3 +6397,6 @@ div.Tokenize ul.TokensContainer, div.Tokenize ul.Dropdown { color: #eac80a !important;} #system_log-widgets.content-box {border:none;} #chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { background-color: #292929; border: 1px solid #515151; } +.bootstrap-dialog.type-success .modal-header { + background-color: #c35d12 !important; +} \ No newline at end of file diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 51492463d..6ae76485e 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.1 +PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= The tukan theme - blue/white -PLUGIN_MAINTAINER= martin@team-rebellion.net +PLUGIN_MAINTAINER= rene@team-rebellion.net .include "../../Mk/plugins.mk" diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index 4b4e895ac..fe95ad205 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -9816,3 +9816,6 @@ h3 { background-color: #FFF; border: 1px solid #c2c2c2; } +.bootstrap-dialog.type-success .modal-header { + background-color: #427795 !important; +} diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index 053c60059..94771c446 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -6374,3 +6374,4 @@ stroke: rgb(143, 143, 143) !important; } color: #000 !important;} #system_log-widgets.content-box {border:none; box-shadow: none;} #chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { background-color: #FFF; border: 1px solid #c2c2c2; } +.bootstrap-dialog.type-success .modal-header {background-color: #427795 !important;} \ No newline at end of file