mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Improved Nextcloud styling #569
This commit is contained in:
parent
f793e276bc
commit
dee4e05e17
3 changed files with 37 additions and 16 deletions
|
|
@ -99,15 +99,15 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.focused {
|
||||
background-color: var(--folders-focused-bg-color, #333);
|
||||
color: var(--folders-focused-color, #eee);
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: var(--folders-selected-bg-color, #333);
|
||||
color: var(--folders-selected-color, #eee);
|
||||
}
|
||||
|
||||
&.focused {
|
||||
background-color: var(--folders-focused-bg-color, #333);
|
||||
color: var(--folders-focused-color, #eee);
|
||||
}
|
||||
}
|
||||
&:not(.selectable) {
|
||||
cursor: default;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ html.rl-no-preview-pane {
|
|||
|
||||
#V-MailMessageList.focused .messageList {
|
||||
border-color: #9d9d9d;
|
||||
box-shadow: @rlMainShadow;
|
||||
}
|
||||
|
||||
#sort-list-dropdown-id {
|
||||
|
|
@ -26,7 +27,6 @@ html.rl-no-preview-pane {
|
|||
background-color: #fff;
|
||||
border: 1px solid @rlMainDarkColor;
|
||||
border-radius: @rlMainBorderRadius;
|
||||
box-shadow: @rlMainShadow;
|
||||
/*
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue