From cfe0d0fa0202dcec640b4ed8a632b68d6101bfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:03:03 +0100 Subject: [PATCH] Vicuna - Cicada color fixes (#3195) some color fixes for .bootstrap-tagsinput; .table-custom-categories;router-view;.btn-info --- misc/theme-cicada/Makefile | 2 +- .../cicada/assets/stylesheets/main.scss | 32 +++++++++++++++---- .../www/themes/cicada/build/css/main.css | 26 ++++++++++++--- misc/theme-vicuna/Makefile | 2 +- .../vicuna/assets/stylesheets/main.scss | 32 +++++++++++++++---- .../www/themes/vicuna/build/css/main.css | 26 ++++++++++++--- 6 files changed, 98 insertions(+), 22 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 28029063c..668561137 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.29 +PLUGIN_VERSION= 1.30 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 87ccc9c4c..c9c459291 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 @@ -4998,20 +4998,20 @@ fieldset[disabled] .btn-success { .btn-info { color: #fff; - background-color: #B0CDDB; - border-color: #9ec2d3; + background-color: #00370b; + border-color: #191919; &:hover, &:focus, &:active, &.active { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; + background-color: #dd630d; + border-color: #191919; } } .open > .btn-info.dropdown-toggle { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; + background-color: #dd630d; + border-color: #191919; } .btn-info { @@ -10663,3 +10663,23 @@ ul.jqtree-tree { #reports-tab { border-bottom: 1px solid #191919; } + +router-view { + .text-success.m-r-5 { + font-weight: bold; + color: #fff; + } + + .text-danger.m-r-5 { + font-weight: bold; + color: #000; + } +} + +.bootstrap-tagsinput { + border: 1px solid #191919 !important; +} + +.table-custom-categories { + border: 1px solid #181818 !important; +} 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 cb62c354f..dccc1cee4 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 @@ -3013,12 +3013,12 @@ select[multiple].input-lg, .btn-info { color: #fff; - background-color: #B0CDDB; - border-color: #9ec2d3; } + background-color: #00370b; + border-color: #191919; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; } + background-color: #dd630d; + border-color: #191919; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; } @@ -6637,3 +6637,21 @@ ul.jqtree-tree .jqtree-title { #reports-tab { border-bottom: 1px solid #191919; } + +router-view .text-success.m-r-5 { + font-weight: bold; + color: #fff; +} + +router-view .text-danger.m-r-5 { + font-weight: bold; + color: #000; +} + +.bootstrap-tagsinput { +border: 1px solid #191919 !important; +} + +.table-custom-categories { + border: 1px solid #181818 !important; +} diff --git a/misc/theme-vicuna/Makefile b/misc/theme-vicuna/Makefile index 65a1f27a3..c776b682b 100644 --- a/misc/theme-vicuna/Makefile +++ b/misc/theme-vicuna/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-vicuna -PLUGIN_VERSION= 1.41 +PLUGIN_VERSION= 1.42 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 10204d6e8..e2dc9a6ac 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 @@ -5109,20 +5109,20 @@ fieldset[disabled] .btn-success { .btn-info { color: #fff; - background-color: #B0CDDB; - border-color: #9ec2d3; + background-color: #00370b; + border-color: #191919; &:hover, &:focus, &:active, &.active { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; + background-color: #dd630d; + border-color: #191919; } } .open > .btn-info.dropdown-toggle { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; + background-color: #dd630d; + border-color: #191919; } .btn-info { @@ -10785,3 +10785,23 @@ ul.jqtree-tree { #reports-tab { border-bottom: 1px solid #191919; } + +router-view { + .text-success.m-r-5 { + font-weight: bold; + color: #fff; + } + + .text-danger.m-r-5 { + font-weight: bold; + color: #000; + } +} + +.bootstrap-tagsinput { + border: 1px solid #191919 !important; +} + +.table-custom-categories { + border: 1px solid #181818 !important; +} 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 523d5749d..66345cd46 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 @@ -2999,12 +2999,12 @@ select[multiple].input-lg, .btn-info { color: #fff; - background-color: #B0CDDB; - border-color: #9ec2d3; } + background-color: #00370b; + border-color: #191919; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; - background-color: #8db7cb; - border-color: #74a7c0; } + background-color: #dd630d; + border-color: #191919; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; } @@ -6599,3 +6599,21 @@ ul.jqtree-tree .jqtree-title { #reports-tab { border-bottom: 1px solid #191919; } + +router-view .text-success.m-r-5 { + font-weight: bold; + color: #fff; +} + +router-view .text-danger.m-r-5 { + font-weight: bold; + color: #000; +} + +.bootstrap-tagsinput { +border: 1px solid #191919 !important; +} + +.table-custom-categories { + border: 1px solid #181818 !important; +}