mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-14 11:44:54 +08:00
17 lines
341 B
CSS
17 lines
341 B
CSS
#V-PopupsNextcloudFiles li:hover {
|
|
background-color: var(--color-background-hover);
|
|
}
|
|
#V-PopupsNextcloudFiles li {
|
|
clear: right;
|
|
line-height: 2.5em;
|
|
}
|
|
#V-PopupsNextcloudFiles li input,
|
|
#V-PopupsNextcloudFiles li button {
|
|
cursor: pointer;
|
|
float: right;
|
|
margin: 0 0 0 0.5em;
|
|
}
|
|
|
|
#rl-app .squire-wysiwyg a {
|
|
text-decoration: underline;
|
|
}
|