1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Desktop, Mobile: Improved config screen with dark theme

This commit is contained in:
Laurent Cozic
2019-05-26 19:39:07 +01:00
parent 7b987b5a8f
commit 83682ab513
5 changed files with 79 additions and 50 deletions

View File

@ -167,6 +167,10 @@ module.exports = function(style, options) {
.not-loaded-resource img {
width: 1.15em;
height: 1.15em;
background: white;
padding: 2px !important;
border-radius: 2px;
box-shadow: 0 1px 3px #000000aa;
}
a.not-loaded-resource img {