Added a hovereffect on listItems for all themes

This commit is contained in:
Piccar 2022-02-09 21:01:49 +01:00
parent 879d99e41e
commit 27f530babd
6 changed files with 37 additions and 9 deletions

View file

@ -271,6 +271,14 @@ html {
background: rgba(0, 0, 0, 0.2);
}
.listItem:hover {
background: rgba(0, 0, 0, 0.1);
}
.actionSheetMenuItem:hover {
background-color: #ddd;
}
.progressring-spiner {
border-color: #00a4dc;
}