aboutsummaryrefslogtreecommitdiff
path: root/html/item_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/item_list.html')
-rw-r--r--html/item_list.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/item_list.html b/html/item_list.html
index 5d2a163..4e23868 100644
--- a/html/item_list.html
+++ b/html/item_list.html
@@ -57,6 +57,14 @@
.item_list>li.item_li_highlight {
cursor: default;
}
+ .item_list.list_disabled,
+ .item_list.list_disabled *,
+ .item_list.list_disabled .item_li_highlight {
+ -moz-user-select: none;
+ user-select: none;
+ opacity: 0.75;
+ cursor: not-allowed;
+ }
.list_buttons {
margin: 1em auto;
text-align: center;