snappymail/plugins/nextcloud/style.css
2022-11-10 15:26:35 +01:00

15 lines
286 B
CSS

#V-PopupsNextcloudFiles li:hover {
background-color: var(--color-background-hover);
}
#V-PopupsNextcloudFiles li {
clear: right;
}
#V-PopupsNextcloudFiles li button {
cursor: pointer;
float: right;
margin: 0 0 0 0.5em;
}
#rl-app .squire-wysiwyg a {
text-decoration: underline;
}