mirror of https://github.com/keeweb/keeweb
donation link changed
parent
a77dd32d20
commit
ef39b5c79c
|
@ -11,7 +11,7 @@ const Links = {
|
|||
Manifest: 'https://app.keeweb.info/manifest.appcache',
|
||||
AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type',
|
||||
Translation: 'https://keeweb.oneskyapp.com/',
|
||||
Donation: 'https://www.paypal.me/dvitkovsky',
|
||||
Donation: 'https://opencollective.com/keeweb#support',
|
||||
Plugins: 'https://plugins.keeweb.info',
|
||||
PluginDevelopStart: 'https://github.com/keeweb/keeweb/wiki/Plugins'
|
||||
};
|
||||
|
|
|
@ -179,37 +179,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&__donate-btn {
|
||||
margin-bottom: $base-padding-h;
|
||||
background: #ffae32;
|
||||
display: inline-block;
|
||||
padding: 2px 20px;
|
||||
text-decoration: none;
|
||||
color: #043667;
|
||||
font-family: sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
border-radius: 26px;
|
||||
border: 1px solid #ffb163;
|
||||
outline: none;
|
||||
background: linear-gradient(to bottom, #fee1aa, #fee1aa 80%, #ffeed5);
|
||||
box-shadow: 0 -3px 2px 2px rgba(255, 238, 213, 0.3) inset, 0 -11px 1px 0px #ffb33c inset;
|
||||
&:active,
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:visited {
|
||||
border-color: #ffb163;
|
||||
color: #043667;
|
||||
}
|
||||
&:hover {
|
||||
background: linear-gradient(to bottom, #fed891, #fed891 80%, #ffeed5);
|
||||
}
|
||||
&:active {
|
||||
background: linear-gradient(to bottom, #fed585, #fed585 80%, #ffeed5);
|
||||
}
|
||||
}
|
||||
&__plugins {
|
||||
&-install-error {
|
||||
margin-top: $base-padding-v;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,7 @@ Release notes
|
|||
`+` xml files can be now opened as regular files
|
||||
`-` fix #1154: relative Destination header in WebDAV MOVE
|
||||
`-` fix #1129: webdav storage error on Unicode filenames
|
||||
`*` donation link changed
|
||||
|
||||
##### v1.9.3 (2019-09-07)
|
||||
`-` fixed group settings not being displayed
|
||||
|
|
Loading…
Reference in New Issue