mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Improved theme styling and results in better Nextcloud integration
This commit is contained in:
parent
719847c43e
commit
39a827aa2e
9 changed files with 136 additions and 82 deletions
|
|
@ -161,8 +161,9 @@ html.rl-side-preview-pane {
|
|||
.btn.btn-transparent {
|
||||
background: none !important;
|
||||
border-color: transparent !important;
|
||||
text-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
color: inherit;
|
||||
text-shadow: none !important;
|
||||
opacity: .6;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
box-sizing: border-box;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
|
||||
background-color: #fff;
|
||||
background-color: var(--settings-bg-clr, #fff);
|
||||
border: 1px solid @rlMainDarkColor;
|
||||
box-shadow: @rlMainShadow;
|
||||
border-radius: @rlMainBorderRadius;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue