diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index f2a49f3d4..28029063c 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.28 -PLUGIN_COMMENT= The cicada theme - dark grey +PLUGIN_VERSION= 1.29 +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 bd810ace9..87ccc9c4c 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 @@ -7189,12 +7189,13 @@ a.label { } .label-info { - background-color: #B0CDDB; + background-color: #292929; + border: 1px solid #191919; &[href] { &:hover, &:focus { - background-color: #8db7cb; - border-color: #323232; + background-color: #292929; + border: 1px solid #191919; } } } @@ -8810,9 +8811,13 @@ button.close { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; + background-color: #2a2a2a; + border-bottom: 1px solid #191919; border-radius: 5px 5px 0 0; + + > a:hover { + text-decoration: none; + } } .popover-content { 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 41b44822a..db0add871 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 @@ -4240,10 +4240,11 @@ a.label:hover, a.label:focus { .label-info { - background-color: #B0CDDB; } + background-color: #292929; + border: 1px solid #191919; } .label-info[href]:hover, .label-info[href]:focus { - background-color: #8db7cb; - border-color: #323232; } + background-color: #292929; + border: 1px solid #191919; } .label-warning { @@ -5243,9 +5244,12 @@ button.close { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; + background-color: #2a2a2a; + border-bottom: 1px solid #191919; border-radius: 5px 5px 0 0; } + +.popover-title > a:hover { + text-decoration: none; } .popover-content { padding: 9px 14px; } diff --git a/misc/theme-vicuna/Makefile b/misc/theme-vicuna/Makefile index 58d940a98..65a1f27a3 100644 --- a/misc/theme-vicuna/Makefile +++ b/misc/theme-vicuna/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= theme-vicuna -PLUGIN_VERSION= 1.4 -PLUGIN_COMMENT= The vicuna theme - dark anthrazit +PLUGIN_VERSION= 1.41 +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 0ef531fdf..10204d6e8 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 @@ -7291,12 +7291,13 @@ a.label { } .label-info { - background-color: #B0CDDB; + background-color: #21303a; + border: 1px solid #191919; &[href] { &:hover, &:focus { background-color: #8db7cb; - border-color: #191919; + border: 1px solid #191919; } } } @@ -8915,9 +8916,13 @@ button.close { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; + background-color: #19252d; + border-bottom: 1px solid #181919; border-radius: 5px 5px 0 0; + + > a:hover { + text-decoration: none; + } } .popover-content { 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 5fc68c441..523d5749d 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 @@ -4217,10 +4217,11 @@ a.label:hover, a.label:focus { .label-info { - background-color: #B0CDDB; } + background-color: #21303a; + border: 1px solid #191919; } .label-info[href]:hover, .label-info[href]:focus { background-color: #8db7cb; - border-color: #191919; } + border: 1px solid #191919; } .label-warning { @@ -5221,10 +5222,13 @@ button.close { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; + background-color: #19252d; + border-bottom: 1px solid #181919; border-radius: 5px 5px 0 0; } +.popover-title > a:hover { + text-decoration: none; } + .popover-content { padding: 9px 14px; }