mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Cicada/Vicuna style fixes (#3218)
#introduction and .btn-info color fixes
This commit is contained in:
parent
de660623ed
commit
fe7f79ce1f
6 changed files with 22 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.30
|
||||
PLUGIN_VERSION= 1.31
|
||||
PLUGIN_COMMENT= The cicada theme - dark grey onyx
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -4998,7 +4998,7 @@ fieldset[disabled] .btn-success {
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #00370b;
|
||||
background-color: #226808;
|
||||
border-color: #191919;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
|
|
@ -10683,3 +10683,7 @@ router-view {
|
|||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
||||
#introduction a.btn-info {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3013,7 +3013,7 @@ select[multiple].input-lg,
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #00370b;
|
||||
background-color: #226808;
|
||||
border-color: #191919; }
|
||||
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
|
|
@ -6655,3 +6655,7 @@ border: 1px solid #191919 !important;
|
|||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
||||
#introduction a.btn-info {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-vicuna
|
||||
PLUGIN_VERSION= 1.42
|
||||
PLUGIN_VERSION= 1.43
|
||||
PLUGIN_COMMENT= The vicuna theme - blue sapphire
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -5109,7 +5109,7 @@ fieldset[disabled] .btn-success {
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #00370b;
|
||||
background-color: #226808;
|
||||
border-color: #191919;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
|
|
@ -10805,3 +10805,7 @@ router-view {
|
|||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
||||
#introduction a.btn-info {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2999,7 +2999,7 @@ select[multiple].input-lg,
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #00370b;
|
||||
background-color: #226808;
|
||||
border-color: #191919; }
|
||||
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
|
|
@ -6617,3 +6617,7 @@ border: 1px solid #191919 !important;
|
|||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
||||
#introduction a.btn-info {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue