Browse Source

Highlight the administration note on the Admin/Users page

Visman 5 years ago
parent
commit
2f3290892a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/style/ForkBB/style.css

+ 4 - 0
public/style/ForkBB/style.css

@@ -2593,6 +2593,10 @@ body,
   width: 100%
 }
 
+#fork .f-fs-result .f-field-note > dd {
+  color: #D8000C;
+}
+
 @media screen and (min-width: 36rem) {
   #fork .f-fs-result .f-field-result > dt,
   #fork .f-fs-result .f-field-result > dd {