mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Correct colours in text-info and circle::before (#1892)
Colours incorrect on firewall.
This commit is contained in:
@@ -1534,7 +1534,7 @@ a.text-success:hover {
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #ffffff;
|
||||
color: #00ffff;
|
||||
}
|
||||
|
||||
a.text-info:hover {
|
||||
@@ -9073,7 +9073,6 @@ textarea#update_status {
|
||||
|
||||
.fa-times-circle::before {
|
||||
content: "";
|
||||
color: #B13116;
|
||||
}
|
||||
|
||||
.fa-refresh::before {
|
||||
|
||||
@@ -1441,7 +1441,7 @@ a.text-success:hover {
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #ffffff;
|
||||
color: #00ffff;
|
||||
}
|
||||
|
||||
a.text-info:hover {
|
||||
@@ -7647,7 +7647,6 @@ textarea#update_status:hover {
|
||||
|
||||
.fa-times-circle::before {
|
||||
content: "";
|
||||
color: #B13116;
|
||||
}
|
||||
|
||||
.fa-refresh::before {
|
||||
|
||||
Reference in New Issue
Block a user