neon_arch commited on
Commit
7b392b3
β€’
1 Parent(s): 26aa345

πŸ’„ chore: add style for the new message when a setting is managed by the config cannot be altered/modified (#461)

Browse files
Files changed (1) hide show
  1. public/static/themes/simple.css +9 -1
public/static/themes/simple.css CHANGED
@@ -600,12 +600,20 @@ footer div {
600
  text-transform: capitalize;
601
  }
602
 
603
- .settings_container .tab .description {
 
604
  font-size: 1.5rem;
605
  margin-bottom: 0.5rem;
 
 
 
606
  color: var(--foreground-color);
607
  }
608
 
 
 
 
 
609
  .settings_container .user_interface select,
610
  .settings_container .general select {
611
  margin: 0.7rem 0;
 
600
  text-transform: capitalize;
601
  }
602
 
603
+ .settings_container .tab .description,
604
+ .settings_container .tab .admin_warning {
605
  font-size: 1.5rem;
606
  margin-bottom: 0.5rem;
607
+ }
608
+
609
+ .settings_container .tab .description {
610
  color: var(--foreground-color);
611
  }
612
 
613
+ .settings_container .tab .admin_warning {
614
+ color: var(--color-two);
615
+ }
616
+
617
  .settings_container .user_interface select,
618
  .settings_container .general select {
619
  margin: 0.7rem 0;