Cicada firmware update status fix (background-color)

Cicada firmware update status fix (background-color)
This commit is contained in:
opnsenseuser
2019-05-04 07:35:18 +02:00
committed by Franco Fichtner
parent ef3953635e
commit 19c76e503d
2 changed files with 3 additions and 3 deletions
@@ -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;