theme/cicada fix - for active button color & makefile version change for both themes (#1043)

This commit is contained in:
René
2018-12-03 21:52:02 +01:00
committed by Franco Fichtner
parent a891fa3f5b
commit 9a99dc325d
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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