mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
theme/cicada fix - for active button color & makefile version change for both themes (#1043)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user