mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
PreRelease commit
This commit is contained in:
parent
c71ecbc12d
commit
a0a9acf9d9
3 changed files with 6 additions and 6 deletions
|
|
@ -98,7 +98,7 @@ html.rl-no-preview-pane {
|
||||||
|
|
||||||
.infoParent {
|
.infoParent {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 5px;
|
margin: 0 2px 0 5px;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
@ -109,7 +109,7 @@ html.rl-no-preview-pane {
|
||||||
.flagParent {
|
.flagParent {
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 7px;
|
margin: 0 20px 0 2px;
|
||||||
|
|
||||||
.flagOn {
|
.flagOn {
|
||||||
color: orange;
|
color: orange;
|
||||||
|
|
|
||||||
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"version": "1.10.1",
|
"version": "1.10.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.10.1",
|
"version": "1.10.2",
|
||||||
"release": "127",
|
"release": "131",
|
||||||
"private": true,
|
"private": true,
|
||||||
"ownCloudPackageVersion": "4.18",
|
"ownCloudPackageVersion": "4.19",
|
||||||
"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": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue