diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 811b07f40..9df33e6ef 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.14 +PLUGIN_VERSION= 1.15 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-dialog.less b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-dialog.less index 93943e7db..b5bfb9b9b 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-dialog.less +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-dialog.less @@ -56,7 +56,7 @@ } .bootstrap-dialog.type-success { .modal-header { - background-color: #9BD275; + background-color: #c35d12; } } .bootstrap-dialog.type-warning { diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-dialog.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-dialog.css index 0da2b04d3..8810a87a9 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-dialog.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-dialog.css @@ -47,7 +47,7 @@ background-color: #EA7105; } .bootstrap-dialog.type-success .modal-header { - background-color: #9BD275; + background-color: #c35d12; } .bootstrap-dialog.type-warning .modal-header { background-color: #CF361C;