Change brightness of timeline icons when hovering

main
Bob Mottram 2020-09-04 10:13:03 +01:00
parent 24a4734da6
commit 5c403ad376
1 changed files with 4 additions and 0 deletions

View File

@ -215,6 +215,10 @@ a:focus {
width: 10%; width: 10%;
} }
.container img.timelineicon:hover {
filter: brightness(150%);
}
.followRequestHandle { .followRequestHandle {
padding: 0px 20px; padding: 0px 20px;
} }