This commit is contained in:
Ross
2021-08-02 11:22:25 +01:00
parent 2efc892779
commit 26b3410ad8
+2 -2
View File
@@ -831,7 +831,7 @@ select option:disabled {
transition: all 0.2s; transition: all 0.2s;
} }
.packet-button.cached:before{ .packet-button.cached:after{
content: "cached"; content: "cached";
width: 12px; width: 12px;
height: 12px; height: 12px;
@@ -1101,7 +1101,7 @@ display: block
color: darkslateblue; color: darkslateblue;
} }
.inactive::after { .inactive::before {
content: "inactive"; content: "inactive";
transform: rotate(19deg); transform: rotate(19deg);
color: red; color: red;