improve packet display
This commit is contained in:
@@ -1115,4 +1115,13 @@ input[type="button"], button {
|
||||
|
||||
.login-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h2:has(+ #exam-list:empty), h2:has(+ #packet-list:empty){
|
||||
opacity: 30%;
|
||||
}
|
||||
|
||||
#exam-list:empty::after, #packet-list:empty::after{
|
||||
content: "None available.";
|
||||
opacity: 30%;
|
||||
}
|
||||
Reference in New Issue
Block a user