diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 3bc850192..413eadccd 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.10 +PLUGIN_VERSION= 1.11 PLUGIN_REVISION= 1 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 6ed16b005..3ec2529d5 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 @@ -4477,6 +4477,7 @@ select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form &:active, &.active { background-image: none; outline: 0; + color: #ec6d12; } } 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 c90ab4854..9635cb686 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 @@ -2895,11 +2895,14 @@ select[multiple].input-lg, background-color: #2a2a2a; border: 1px solid #5a5a5a; outline:0; } - .btn:active, .btn.active, .open > .btn.dropdown-toggle { + .open > .btn.dropdown-toggle { color: #ffffff; + } + .btn:active, .btn.active { + color: #ec6d12; background-color: #2d2d2d; outline:0; - border-color: #5a5a5a; + border-color: #5a5a5a; text-decoration: none; } .btn:hover, .btn:focus { background-color: #292929; diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 666b48d13..fe0a0f767 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.9 +PLUGIN_VERSION= 1.10 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net