diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 4530fa5e5..81dfa66f8 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.15 +PLUGIN_VERSION= 1.16 PLUGIN_COMMENT= The cicada theme - grey/orange PLUGIN_MAINTAINER= rene@team-rebellion.net 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 46cf827f3..a70173017 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 @@ -8764,6 +8764,7 @@ html { font-family: 'SourceSansProRegular'; scrollbar-width: thin; scrollbar-color: #424242 #323232; + background-color: #2a2a2a; } body { @@ -8771,6 +8772,7 @@ body { font-family: 'SourceSansProRegular'; scrollbar-width: thin; scrollbar-color: #424242 #323232; + background-color: #2a2a2a; touch-action: manipulation; min-width: 320px; background-color: #2A2A2A; 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 5392d40c6..5f1816c81 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 @@ -5691,7 +5691,9 @@ html, body { height: 100%; font-family: 'SourceSansProRegular'; scrollbar-width: thin; - scrollbar-color: #424242 #323232; } + scrollbar-color: #424242 #323232; + background-color: #2a2a2a; +} body { touch-action: manipulation; diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 9df33e6ef..3cddd4104 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.15 +PLUGIN_VERSION= 1.16 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/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index b8f4ae32c..814bca2f1 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 @@ -8762,6 +8762,7 @@ html { font-family: 'SourceSansProRegular'; scrollbar-width: thin; scrollbar-color: #315a71 #e3e3e3; + background-color: #fff; } body { @@ -8769,6 +8770,7 @@ body { font-family: 'SourceSansProRegular'; scrollbar-width: thin; scrollbar-color: #315a71 #e3e3e3; + background-color: #fff; touch-action: manipulation; min-width: 320px; } @@ -9604,7 +9606,7 @@ label > input { .fw_nat { background-color: #CBA026 !important; - color:#FFF; + color: #FFF; } /*additional extensions for theme-tukan*/ 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 9cb79daee..e101e529b 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 @@ -5681,7 +5681,9 @@ html, body { height: 100%; font-family: 'SourceSansProRegular'; scrollbar-width: thin; - scrollbar-color: #315a71 #e3e3e3; } + scrollbar-color: #315a71 #e3e3e3; + background-color: #fff; +} body { touch-action: manipulation;