snappymail/plugins/nextcloud/style.css

18 lines
341 B
CSS
Raw Normal View History

2022-11-10 22:26:35 +08:00
#V-PopupsNextcloudFiles li:hover {
background-color: var(--color-background-hover);
}
#V-PopupsNextcloudFiles li {
clear: right;
line-height: 2.5em;
2022-11-10 22:26:35 +08:00
}
2023-01-04 23:11:10 +08:00
#V-PopupsNextcloudFiles li input,
2022-11-10 22:26:35 +08:00
#V-PopupsNextcloudFiles li button {
cursor: pointer;
float: right;
margin: 0 0 0 0.5em;
}
#rl-app .squire-wysiwyg a {
text-decoration: underline;
}