mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
💄 chore: add style for the new message when a setting is managed by the config cannot be altered/modified (#461)
This commit is contained in:
parent
26aa345f06
commit
7b392b369d
@ -600,12 +600,20 @@ footer div {
|
|||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings_container .tab .description {
|
.settings_container .tab .description,
|
||||||
|
.settings_container .tab .admin_warning {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings_container .tab .description {
|
||||||
color: var(--foreground-color);
|
color: var(--foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings_container .tab .admin_warning {
|
||||||
|
color: var(--color-two);
|
||||||
|
}
|
||||||
|
|
||||||
.settings_container .user_interface select,
|
.settings_container .user_interface select,
|
||||||
.settings_container .general select {
|
.settings_container .general select {
|
||||||
margin: 0.7rem 0;
|
margin: 0.7rem 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user