remotely-save/styles.css

88 lines
1.1 KiB
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
2024-03-24 16:21:56 +00:00
.encryptionmethod-second-confirm {
font-weight: bold;
}
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
2024-04-27 15:10:36 +00:00
.webdis-disclaimer {
font-weight: bold;
}
.webdis-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;
}
.setting-need-wrapping-mobile .setting-item-control {
flex-wrap: wrap;
}