mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Remove background-size contain style
This commit is contained in:
parent
011855bf8a
commit
377252edae
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"release": "615",
|
"release": "616",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
@main-color: #333;
|
@main-color: #333;
|
||||||
@main-background-color: #e3e3e3;
|
@main-background-color: #e3e3e3;
|
||||||
@main-background-image: none; // "images/background.png"
|
@main-background-image: none; // "images/background.png"
|
||||||
@main-background-size: contain;
|
@main-background-size: inherit;
|
||||||
|
|
||||||
// LOADING
|
// LOADING
|
||||||
@loading-color: #000; // #ddd
|
@loading-color: #000; // #ddd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue