mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes - Tukan/Cicada - Sensei color fixes (#1613)
some color fixes for sensei
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.22
|
||||
PLUGIN_VERSION= 1.23
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -4833,24 +4833,24 @@ select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form
|
||||
|
||||
.btn {
|
||||
&.disabled {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
@@ -4858,12 +4858,12 @@ select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form
|
||||
}
|
||||
|
||||
fieldset[disabled] .btn {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
@@ -5003,38 +5003,38 @@ fieldset[disabled] .btn-default {
|
||||
|
||||
.btn-primary {
|
||||
&.disabled {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fieldset[disabled] .btn-primary {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
background-color: #de7313;
|
||||
border-color: #1d1d1d;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
@@ -7606,13 +7606,14 @@ a.thumbnail {
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 3px;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
background-color: #3c3c3b;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: inset 0 1px 2px rgb(41, 41, 41);
|
||||
-webkit-box-shadow: inset 0px 1px 2px 1px rgb(38, 38, 38);
|
||||
box-shadow: inset 0px 1px 2px 1px rgb(38, 38, 38);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
@@ -7626,11 +7627,12 @@ a.thumbnail {
|
||||
background-color: #ec6d12;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-transition: width 0.6s ease;
|
||||
-o-transition: width 0.6s ease;
|
||||
transition: width 0.6s ease;
|
||||
margin: 1px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.progress-striped .progress-bar, .progress-bar-striped {
|
||||
@@ -10703,3 +10705,21 @@ h2 {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.alert.alert-primary.alert-output.m-t-15.m-b-0 {
|
||||
background-color: #333 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
label.btn.au-target {
|
||||
color: #EAC80A !important;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background-color: #262626 !important;
|
||||
border-color: #5a5a5a !important;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
|
||||
@@ -2927,7 +2927,7 @@ select[multiple].input-lg,
|
||||
background-image: none;
|
||||
outline:0; }
|
||||
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #DE7313;
|
||||
border-color: #1d1d1d;
|
||||
outline:0; }
|
||||
|
||||
@@ -2982,9 +2982,9 @@ select[multiple].input-lg,
|
||||
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
||||
background-image: none; }
|
||||
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
|
||||
background-color: #515151;
|
||||
border-color: #323232;
|
||||
outline:0; }
|
||||
background-color:#de7313;
|
||||
border-color:#1d1d1d;
|
||||
outline:0; }
|
||||
|
||||
.btn-primary .badge {
|
||||
color: #515151;
|
||||
@@ -4222,7 +4222,7 @@ tbody.collapse.in {
|
||||
a.label:hover, a.label:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
@@ -4434,13 +4434,14 @@ a.thumbnail.active {
|
||||
to {
|
||||
background-position: 0 0; } }
|
||||
.progress {
|
||||
margin-bottom: 3px;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
background-color: #3c3c3b;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: inset 0 1px 2px rgb(41, 41, 41); }
|
||||
-webkit-box-shadow: inset 0px 1px 2px 1px rgb(38, 38, 38);
|
||||
box-shadow: inset 0px 1px 2px 1px rgb(38, 38, 38) }
|
||||
|
||||
.progress-bar {
|
||||
float: left;
|
||||
@@ -4453,11 +4454,13 @@ a.thumbnail.active {
|
||||
background-color: #ec6d12;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-transition: width 0.6s ease;
|
||||
-o-transition: width 0.6s ease;
|
||||
transition: width 0.6s ease; }
|
||||
transition: width 0.6s ease;
|
||||
margin: 1px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.progress-striped .progress-bar,
|
||||
.progress-bar-striped {
|
||||
@@ -6533,9 +6536,29 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
||||
background-color: #262626 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.chip {
|
||||
background-color: #202020 !important;
|
||||
}
|
||||
|
||||
h2.text-center ,h2.text-primary {
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
.alert.alert-primary.alert-output.m-t-15.m-b-0 {
|
||||
background-color: #333 !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
label.btn.au-target {
|
||||
color: #EAC80A !important;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background-color:#262626 !important;
|
||||
border-color:#5a5a5a !important;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.21
|
||||
PLUGIN_VERSION= 1.22
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2939,25 +2939,25 @@ select[multiple].input-lg,
|
||||
box-shadow: none; }
|
||||
|
||||
.act_flush:hover, .act_flush:focus {
|
||||
color: #FFF;
|
||||
background-color: #336480;
|
||||
border-color: 1px solid #1d1d1d;
|
||||
outline:0; }
|
||||
color: #FFF;
|
||||
background-color: #336480;
|
||||
border-color: 1px solid #1d1d1d;
|
||||
outline:0; }
|
||||
|
||||
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
|
||||
background-image: none;
|
||||
outline:0; }
|
||||
outline:0; }
|
||||
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
|
||||
background-color: #FFFFFF;
|
||||
border-color: 1px solid #1d1d1d;
|
||||
outline:0; }
|
||||
outline:0; }
|
||||
.btn-default .badge {
|
||||
color: #FFFFFF;
|
||||
background-color: #3e3e3e;
|
||||
outline:0; }
|
||||
outline:0; }
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
background-color: #FF7E25;
|
||||
border: 1px solid #6c6c6c;
|
||||
outline:0; }
|
||||
@@ -2965,14 +2965,14 @@ select[multiple].input-lg,
|
||||
color: #fff;
|
||||
background-color: #EC7726;
|
||||
border-color: 1px solid #6c6c6c;
|
||||
outline:0; }
|
||||
outline:0; }
|
||||
|
||||
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
||||
background-image: none; }
|
||||
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
|
||||
background-color: #FF8B00;
|
||||
border-color: #323232;
|
||||
outline:0; }
|
||||
background-color: #FF7E25;
|
||||
border-color: #6c6c6c;
|
||||
outline:0; }
|
||||
|
||||
.btn-primary .badge {
|
||||
color: #FF8B00;
|
||||
@@ -4402,14 +4402,15 @@ a.thumbnail.active {
|
||||
to {
|
||||
background-position: 0 0; } }
|
||||
.progress {
|
||||
color: #000;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
background-color: #DBDBDB;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: inset 1px 1px 2px rgb(63, 63, 63);
|
||||
box-shadow: inset 1px 1px 2px rgb(63, 63, 63); }
|
||||
margin-bottom: 3px;
|
||||
color: #000;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
background-color: #DBDBDB;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: inset 0px 1px 2px 1px rgb(172, 172, 172);
|
||||
box-shadow: inset inset 0px 1px 2px 1px rgb(172, 172, 172); }
|
||||
|
||||
.progress-bar {
|
||||
float: left;
|
||||
@@ -4422,11 +4423,13 @@ a.thumbnail.active {
|
||||
background-color: #FF7E25;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 20px 0 rgba(0, 0, 0, 0.15);
|
||||
-webkit-transition: width 0.6s ease;
|
||||
-o-transition: width 0.6s ease;
|
||||
transition: width 0.6s ease; }
|
||||
transition: width 0.6s ease;
|
||||
margin: 1px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.progress-striped .progress-bar,
|
||||
.progress-bar-striped {
|
||||
@@ -6490,3 +6493,12 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
||||
.panel-report-tools:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.alert-primary {
|
||||
background-color:none !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
label.btn.au-target {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user