roundcube-easy-unsubscribe/easy_unsubscribe.css

12 lines
234 B
CSS
Raw Normal View History

2024-11-07 11:31:12 +02:00
.easy_unsubscribe_link img {
height: 20px;
margin-left: 10px;
vertical-align: middle;
opacity: 0.5;
transition: all 0.3s ease;
cursor: pointer;
}
2018-10-02 08:41:21 -04:00
2024-11-07 11:31:12 +02:00
.easy_unsubscribe_link:hover img {
opacity: 1;
}