diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 5286e2a9d..2d7b418c3 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.33 +PLUGIN_VERSION= 1.34 PLUGIN_COMMENT= The cicada theme - dark grey onyx PLUGIN_MAINTAINER= rene@team-rebellion.net PLUGIN_NO_ABI= yes diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/dns-overview.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/dns-overview.css index 071b3e7d0..0598d665f 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/dns-overview.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/dns-overview.css @@ -22,9 +22,9 @@ height: auto; width: 50%; object-fit:cover; - background: #d94f0033; + background: #242424; border-radius: 0 2em 2em 0 / 0 3em 3em 0; - box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25); + box-shadow: 3px 5px 1px 3px rgb(28, 16, 9); } .large-icon { @@ -146,6 +146,10 @@ background-color: rgba(255, 131, 0, 0.3); } +.query-error { + background-color: #402751; +} + #searchFilter { display: inline-block; margin: 0 20px 0 0; diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index ea7459e6f..54f47d87c 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.26 +PLUGIN_VERSION= 1.27 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net PLUGIN_NO_ABI= yes diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css index 9824ee1de..343f48685 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css @@ -9,22 +9,23 @@ .stats-element { height: 5em; - background: #f7f7f7; + background: #224153; overflow: hidden; display: flex; justify-content: flex-start; border-radius: .3em; - margin:auto; + margin: auto; border: 1px solid rgba(217, 79, 0, 0.2); + color: #FFF; } .stats-icon { height: auto; width: 50%; object-fit:cover; - background: #d94f0033; + background: #274a5e; border-radius: 0 2em 2em 0 / 0 3em 3em 0; - box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25); + box-shadow: 3px 5px 1px 3px rgb(20, 38, 49); } .large-icon { @@ -136,7 +137,8 @@ } .query-info { - background-color: rgba(255, 227, 0, 0.3); + background-color: rgb(187, 144, 13); + color: #FFF; } .query-danger { @@ -146,6 +148,12 @@ .query-warning { background-color: rgba(255, 131, 0, 0.3); + color: #FFF; +} + +.query-error { + background-color: #5f295c; + color: #FFF; } #searchFilter { diff --git a/misc/theme-vicuna/Makefile b/misc/theme-vicuna/Makefile index ac471e0d7..c6ef6b2ac 100644 --- a/misc/theme-vicuna/Makefile +++ b/misc/theme-vicuna/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-vicuna -PLUGIN_VERSION= 1.44 +PLUGIN_VERSION= 1.45 PLUGIN_COMMENT= The vicuna theme - blue sapphire PLUGIN_MAINTAINER= rene@team-rebellion.net PLUGIN_NO_ABI= yes diff --git a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/dns-overview.css b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/dns-overview.css index 071b3e7d0..1d1a9108e 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/dns-overview.css +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/dns-overview.css @@ -9,22 +9,22 @@ .stats-element { height: 5em; - background: #202020; + background: #1b2b35; overflow: hidden; display: flex; justify-content: flex-start; border-radius: .3em; margin:auto; - border: 1px solid rgb(24, 24, 24); + border: 1px solid rgb(19, 19, 19); } .stats-icon { height: auto; width: 50%; object-fit:cover; - background: #d94f0033; + background: #1a262d; border-radius: 0 2em 2em 0 / 0 3em 3em 0; - box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25); + box-shadow: 3px 5px 1px 3px rgb(15, 24, 30); } .large-icon { @@ -146,6 +146,10 @@ background-color: rgba(255, 131, 0, 0.3); } +.query-error { + background-color: #502e62; +} + #searchFilter { display: inline-block; margin: 0 20px 0 0;