diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 358648b9e..99629249a 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= theme-cicada PLUGIN_VERSION= 1.14 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 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 0e43247c6..e5bd00a86 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 @@ -8893,7 +8893,7 @@ body { } } -.page-content-main [class^="col-"] + [class^="col-"] { +.page-content-main section[class^="col-"] + section[class^="col-"] { padding-top: 20px; } 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 3b15a0ec8..2f3fc392d 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 @@ -5789,7 +5789,7 @@ body { .tab-content .tab-content:last-child { margin-bottom: 0; } -.page-content-main [class^="col-"] + [class^="col-"] { +.page-content-main section[class^="col-"] + section[class^="col-"] { padding-top: 20px; } .brand-logo { 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 4cc3d2a41..5a4a34360 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 @@ -8894,7 +8894,7 @@ body { } } -.page-content-main [class^="col-"] + [class^="col-"] { +.page-content-main section[class^="col-"] + section[class^="col-"] { padding-top: 20px; } 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 361e4f803..fc72dc8e9 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 @@ -5783,7 +5783,7 @@ body { .tab-content .tab-content:last-child { margin-bottom: 0; } -.page-content-main [class^="col-"] + [class^="col-"] { +.page-content-main section[class^="col-"] + section[class^="col-"] { padding-top: 20px; } .brand-logo {