Hide nextcloud tr:hover inside SnappyMail #96

This commit is contained in:
the-djmaze 2022-10-17 13:48:39 +02:00
parent 20cc74b066
commit b683abc89f

View file

@ -77,6 +77,10 @@ button.btn:not(.button-vue) {
color: #fff;
}
#rl-app tbody tr:hover {
background-color: inherit;
}
#appmenu {
margin: 0;
}