mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
cicada - small chrome update (#1133)
This commit is contained in:
@@ -3082,7 +3082,50 @@ output {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
select, textarea {
|
||||
input {
|
||||
&:-internal-autofill-previewed, &:-internal-autofill-selected {
|
||||
background-color: #2a2a2a !important;
|
||||
border: 1px solid #5a5a5a !important;
|
||||
background-image: none !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
&:-internal-autofill-previewed, &:-internal-autofill-selected {
|
||||
background-color: #2a2a2a !important;
|
||||
border: 1px solid #5a5a5a !important;
|
||||
background-image: none !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
&:-internal-autofill-previewed, &:-internal-autofill-selected {
|
||||
background-color: #2a2a2a !important;
|
||||
border: 1px solid #5a5a5a !important;
|
||||
background-image: none !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.428571429;
|
||||
color: #FFF;
|
||||
background-color: #2a2a2a;
|
||||
background-image: none;
|
||||
border: 1px solid #5a5a5a;
|
||||
border-radius: 3px;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 348px;
|
||||
-webkit-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
|
||||
-o-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
|
||||
transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
|
||||
@@ -2272,6 +2272,17 @@ output {
|
||||
line-height: 1.428571429;
|
||||
color: #FFFFFF; }
|
||||
|
||||
input:-internal-autofill-previewed,
|
||||
input:-internal-autofill-selected,
|
||||
textarea:-internal-autofill-previewed,
|
||||
textarea:-internal-autofill-selected,
|
||||
select:-internal-autofill-previewed,
|
||||
select:-internal-autofill-selected {
|
||||
background-color: #2a2a2a !important;
|
||||
border: 1px solid #5a5a5a !important;
|
||||
background-image: none !important;
|
||||
color: #FFFFFF !important; }
|
||||
|
||||
select,
|
||||
textarea,
|
||||
input[type="text"],
|
||||
|
||||
Reference in New Issue
Block a user