Cicada/Vicuna style fixes (#3218)

#introduction and .btn-info color fixes
This commit is contained in:
René 2022-12-16 12:43:57 +01:00 committed by GitHub
parent de660623ed
commit fe7f79ce1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 6 deletions

View file

@ -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

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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

View file

@ -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;
}

View file

@ -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;
}