mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-12-10 21:25:52 +08:00
Get theme background working in Nextcloud #558
This commit is contained in:
parent
7211869636
commit
4a89edec01
3 changed files with 6 additions and 6 deletions
|
|
@ -5,14 +5,14 @@
|
|||
}
|
||||
|
||||
html, body {
|
||||
font-family: var(--fontSans);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color, #aaa);
|
||||
#rl-app {
|
||||
background-color: var(--main-bg-color, #aaa);
|
||||
color: var(--main-color, #333);
|
||||
font-family: var(--fontSans);
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ html, body {
|
|||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
body {
|
||||
#rl-app {
|
||||
-webkit-touch-callout: none;
|
||||
font-size: @baseFontSize;
|
||||
position: fixed;
|
||||
|
|
@ -26,7 +26,7 @@ html.list-loading body {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
body {
|
||||
#rl-app {
|
||||
background-image: var(--main-bg-image);
|
||||
background-size: var(--main-bg-size);
|
||||
background-repeat: var(--main-bg-repeat);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
This stylesheet is used when SnappyMail runs in embed mode.
|
||||
*/
|
||||
#rl-app {
|
||||
#content #rl-app {
|
||||
position: relative;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue