mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Cicada firmware update status fix (background-color)
Cicada firmware update status fix (background-color)
This commit is contained in:
committed by
Franco Fichtner
parent
ef3953635e
commit
19c76e503d
@@ -9602,13 +9602,13 @@ label > input {
|
||||
|
||||
textarea#update_status {
|
||||
color: inherit !important;
|
||||
background-color: none !important;
|
||||
background-color: #3E3E3E;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
&:hover {
|
||||
color: inherit !important;
|
||||
background-color: none !important;
|
||||
background-color: #3E3E3E;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
|
||||
@@ -6334,7 +6334,7 @@ label > input[type="radio"] {
|
||||
|
||||
textarea#update_status, textarea#update_status:hover {
|
||||
color:inherit !important;
|
||||
background-color:none !important;
|
||||
background-color: #3E3E3E;
|
||||
-webkit-box-shadow:none !important;
|
||||
box-shadow:none !important;
|
||||
border:none !important;
|
||||
|
||||
Reference in New Issue
Block a user