Themes Cicada/Vicuna - color fix (#2840)

* dropdown >> warning >> multiselect color fix
This commit is contained in:
René 2022-03-17 16:10:38 +01:00 committed by GitHub
parent 9351dec807
commit a5fee43df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 22 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.28
PLUGIN_COMMENT= The cicada theme - dark grey
PLUGIN_VERSION= 1.29
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -7189,12 +7189,13 @@ a.label {
}
.label-info {
background-color: #B0CDDB;
background-color: #292929;
border: 1px solid #191919;
&[href] {
&:hover, &:focus {
background-color: #8db7cb;
border-color: #323232;
background-color: #292929;
border: 1px solid #191919;
}
}
}
@ -8810,9 +8811,13 @@ button.close {
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
background-color: #2a2a2a;
border-bottom: 1px solid #191919;
border-radius: 5px 5px 0 0;
> a:hover {
text-decoration: none;
}
}
.popover-content {

View file

@ -4240,10 +4240,11 @@ a.label:hover, a.label:focus {
.label-info {
background-color: #B0CDDB; }
background-color: #292929;
border: 1px solid #191919; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #8db7cb;
border-color: #323232; }
background-color: #292929;
border: 1px solid #191919; }
.label-warning {
@ -5243,9 +5244,12 @@ button.close {
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
background-color: #2a2a2a;
border-bottom: 1px solid #191919;
border-radius: 5px 5px 0 0; }
.popover-title > a:hover {
text-decoration: none; }
.popover-content {
padding: 9px 14px; }

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.4
PLUGIN_COMMENT= The vicuna theme - dark anthrazit
PLUGIN_VERSION= 1.41
PLUGIN_COMMENT= The vicuna theme - blue sapphire
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -7291,12 +7291,13 @@ a.label {
}
.label-info {
background-color: #B0CDDB;
background-color: #21303a;
border: 1px solid #191919;
&[href] {
&:hover, &:focus {
background-color: #8db7cb;
border-color: #191919;
border: 1px solid #191919;
}
}
}
@ -8915,9 +8916,13 @@ button.close {
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
background-color: #19252d;
border-bottom: 1px solid #181919;
border-radius: 5px 5px 0 0;
> a:hover {
text-decoration: none;
}
}
.popover-content {

View file

@ -4217,10 +4217,11 @@ a.label:hover, a.label:focus {
.label-info {
background-color: #B0CDDB; }
background-color: #21303a;
border: 1px solid #191919; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #8db7cb;
border-color: #191919; }
border: 1px solid #191919; }
.label-warning {
@ -5221,10 +5222,13 @@ button.close {
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
background-color: #19252d;
border-bottom: 1px solid #181919;
border-radius: 5px 5px 0 0; }
.popover-title > a:hover {
text-decoration: none; }
.popover-content {
padding: 9px 14px; }