diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-13 10:15:12 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-13 10:15:12 +0100 |
commit | 5acb2499c1df14d6275b1ad9e139f02d1280cb9c (patch) | |
tree | 9407e99955a654cd04cbf96b8f28f5a6e7f36289 /html/item_list.html | |
parent | dd8de100acda322f2124c58163ecde6f1b37d61d (diff) | |
download | browser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.tar.gz browser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.zip |
facilitate managing repository URLs in a list; minor other changes
Diffstat (limited to 'html/item_list.html')
-rw-r--r-- | html/item_list.html | 8 |
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; |