Added a hovereffect on listItems for all themes
This commit is contained in:
parent
879d99e41e
commit
27f530babd
6 changed files with 37 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue