From 69f283109c494cf404bf76c98f365b6284ccf8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:21:53 +0100 Subject: [PATCH] Cicada/Vicuna Theme color modification (#4626) 1. a view color modifications 2. h1 set to 21px instead of 22px --- misc/theme-cicada/Makefile | 1 + .../cicada/assets/stylesheets/main.scss | 26 +++++++++---------- .../www/themes/cicada/build/css/main.css | 14 +++++----- misc/theme-vicuna/Makefile | 1 + .../vicuna/assets/stylesheets/main.scss | 12 ++++----- .../www/themes/vicuna/build/css/main.css | 6 ++--- 6 files changed, 31 insertions(+), 29 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 88df0e464..31e06d83b 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= theme-cicada PLUGIN_VERSION= 1.39 +PLUGIN_REVISION= 1 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/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index ea34555bd..423497796 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 @@ -1453,7 +1453,7 @@ h6 { } h1, .h1 { - font-size: 22px; + font-size: 21px; text-transform: uppercase; } @@ -6890,7 +6890,7 @@ fieldset[disabled] .navbar-inverse .btn-link { line-height: 1.428571429; text-decoration: none; color: #bac3ca; - background-color: #505050; + background-color: #282828; border: 1px solid #191919; margin-left: -1px; cursor: pointer; @@ -6967,28 +6967,28 @@ fieldset[disabled] .navbar-inverse .btn-link { .disabled > { span { - color: #000; - background-color: #757575; + color: #4f4f4f; + background-color: #282828; border-color: #191919; cursor: not-allowed; &:hover, &:focus { - color: #000; - background-color: #757575; + color: #4f4f4f; + background-color: #282828; border-color: #191919; cursor: not-allowed; } } a { - color: #000; - background-color: #757575; + color: #4f4f4f; + background-color: #282828; border-color: #191919; cursor: not-allowed; &:hover, &:focus { - color: #000; - background-color: #757575; + color: #4f4f4f; + background-color: #282828; border-color: #191919; cursor: not-allowed; } @@ -7892,7 +7892,7 @@ a.list-group-item-danger { border-bottom: 1px solid #191919; border-top-right-radius: 2px; border-top-left-radius: 2px; - background-color: #2D2D2D !important; + background-color: #202020 !important; > .dropdown .dropdown-toggle { color: inherit; @@ -7912,7 +7912,7 @@ a.list-group-item-danger { .panel-footer { padding: 10px 15px; - background-color: #2d2d2d; + background-color: #202020; border-top: 1px solid #191919; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; @@ -9150,7 +9150,7 @@ button.close { .show { display: block !important; - color: #FFF; + color: #3c8014; } .invisible { 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 d4e2bcbbc..d097eb55e 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 @@ -1050,7 +1050,7 @@ h6, .h6 { font-size: 75%; } h1, .h1 { - font-size: 22px; + font-size: 21px; text-transform: uppercase; } h2, .h2 { @@ -4085,7 +4085,7 @@ tbody.collapse.in { line-height: 1.428571429; text-decoration: none; color: #bac3ca; - background-color: #505050; + background-color: #282828; border: 1px solid #191919; margin-left: -1px; cursor: pointer; } @@ -4122,8 +4122,8 @@ tbody.collapse.in { .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { - color: #000; - background-color: #757575; + color: #4f4f4f; + background-color: #282828; border-color: #191919; cursor: not-allowed; } @@ -4701,7 +4701,7 @@ a.list-group-item-danger { border-bottom: 1px solid #191919; border-top-right-radius: 2px; border-top-left-radius: 2px; - background-color: #2D2D2D !important; } + background-color: #202020 !important; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } @@ -4716,7 +4716,7 @@ a.list-group-item-danger { .panel-footer { padding: 10px 15px; - background-color: #2d2d2d; + background-color: #202020; border-top: 1px solid #191919; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } @@ -5508,7 +5508,7 @@ button.close { .show { display: block !important; - color: #FFF; } + color: #3c8014; } .invisible { visibility: hidden; } diff --git a/misc/theme-vicuna/Makefile b/misc/theme-vicuna/Makefile index c22184756..623976c69 100644 --- a/misc/theme-vicuna/Makefile +++ b/misc/theme-vicuna/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= theme-vicuna PLUGIN_VERSION= 1.49 +PLUGIN_REVISION= 1 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/assets/stylesheets/main.scss b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss index c53e7fcab..4b0341812 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss @@ -1452,7 +1452,7 @@ h6 { } h1, .h1 { - font-size: 22px; + font-size: 21px; text-transform: uppercase; } @@ -6996,7 +6996,7 @@ fieldset[disabled] .navbar-inverse .btn-link { line-height: 1.428571429; text-decoration: none; color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; border: 1px solid #191919; margin-left: -1px; cursor: pointer; @@ -7068,24 +7068,24 @@ fieldset[disabled] .navbar-inverse .btn-link { .disabled > { span { color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; cursor: not-allowed; &:hover, &:focus { color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; cursor: not-allowed; } } a { color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; cursor: not-allowed; &:hover, &:focus { color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; cursor: not-allowed; } } diff --git a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css index 3007cd0b1..6cf410f8c 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css @@ -1050,7 +1050,7 @@ h6, .h6 { font-size: 75%; } h1, .h1 { - font-size: 22px; + font-size: 21px; text-transform: uppercase; } h2, .h2 { @@ -4058,7 +4058,7 @@ tbody.collapse.in { line-height: 1.428571429; text-decoration: none; color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; border: 1px solid #191919; margin-left: -1px; cursor: pointer; } @@ -4093,7 +4093,7 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #bac3ca; - background-color: #273946; + background-color: #1d2c37; cursor: not-allowed; }