mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-01 20:32:19 +08:00
style(next)/options: restyle the warning boxes
This commit is contained in:
parent
f6e869f2ac
commit
fc87f64840
@ -9,7 +9,7 @@ const TPL = `
|
||||
<div class="options-section">
|
||||
<h4 class="password-heading">${t("password.heading")}</h4>
|
||||
|
||||
<div class="alert alert-warning" role="alert" style="font-weight: bold; color: red !important;">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
${t("password.alert_message")} <a class="reset-password-button tn-link" href="javascript:">${t("password.reset_link")}</a>
|
||||
</div>
|
||||
|
||||
|
@ -100,6 +100,13 @@
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.options-section .alert {
|
||||
margin-bottom: 8px;
|
||||
background: var(--alert-bar-background) !important;
|
||||
border-radius: 8px;
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
/* Appeareance */
|
||||
|
||||
.main-font-size-input-group,
|
||||
|
@ -1904,7 +1904,7 @@ body.background-effects.zen #root-widget {
|
||||
}
|
||||
}
|
||||
|
||||
#center-pane div.alert {
|
||||
#center-pane .note-split > div.alert {
|
||||
position: relative;
|
||||
margin: 8px 0 0 0;
|
||||
border: unset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user