.
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user