mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes Cicada/Vicuna - color fix (#2840)
* dropdown >> warning >> multiselect color fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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; }
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user