remotely-save/styles.css

73 lines
919 B
CSS
Raw Normal View History

2021-10-17 14:50:12 +00:00
/* set the styles */
2021-11-07 16:17:42 +00:00
2021-12-11 16:56:40 +00:00
.password-second-confirm {
font-weight: bold;
}
.password-disclaimer {
2021-11-07 16:17:42 +00:00
font-weight: bold;
}
2021-11-14 14:01:07 +00:00
2022-05-03 16:22:55 +00:00
.settings-auth-related {
border-top: 1px solid var(--background-modifier-border);
padding-top: 18px;
}
2021-11-14 14:01:07 +00:00
.s3-disclaimer {
font-weight: bold;
}
2021-11-21 08:46:01 +00:00
.s3-hide {
display: none;
}
2021-11-28 04:20:38 +00:00
.dropbox-disclaimer {
2021-11-21 08:46:01 +00:00
font-weight: bold;
}
2021-11-28 04:20:38 +00:00
.dropbox-hide {
display: none;
}
2021-11-21 08:46:01 +00:00
2021-11-28 08:28:52 +00:00
.dropbox-auth-button-hide {
display: none;
}
.dropbox-revoke-auth-button-hide {
display: none;
}
2021-12-28 16:35:46 +00:00
.onedrive-disclaimer {
font-weight: bold;
}
.onedrive-hide {
display: none;
}
.onedrive-auth-button-hide {
display: none;
}
.onedrive-revoke-auth-button-hide {
display: none;
}
2021-11-28 04:20:38 +00:00
.webdav-disclaimer {
font-weight: bold;
}
2021-11-21 08:46:01 +00:00
.webdav-hide {
display: none;
}
2021-12-11 09:33:55 +00:00
.qrcode-img {
width: 350px;
height: 350px;
}
2024-01-03 16:26:02 +00:00
.ignorepaths-textarea {
font-family: monospace;
}
2024-01-06 17:09:47 +00:00
.logtohttpserver-warning {
color: red;
font-weight: bolder;
}