Correct colours in text-info and circle::before (#1892)

Colours incorrect on firewall.
This commit is contained in:
Martin Wasley
2020-06-23 16:36:13 +02:00
committed by GitHub
parent ff2bbcc41e
commit a2095b9455
2 changed files with 2 additions and 4 deletions
@@ -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 {