mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Style PopupsNextcloudFiles view
This commit is contained in:
parent
3c78f9bf04
commit
efbc7563ac
4 changed files with 18 additions and 4 deletions
15
plugins/nextcloud/style.css
Normal file
15
plugins/nextcloud/style.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue