more theming for our module
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 27 Dec 2021 23:12:59 +0000 (18:12 -0500)
committerroot <root@login1p.fsf.org>
Mon, 27 Dec 2021 23:12:59 +0000 (18:12 -0500)
www/fsftheme.css

index 392abc7ef7682e5a9846cf143fb69a9cf61c3cb8..ff0ba5c7c43f7cf888807c930bc414e056515c6d 100644 (file)
@@ -490,3 +490,9 @@ caption {
 
 .loginicon img { min-width: 48px; }
 
+/* for "wrong password" notice, which at time of writing doesn't have a class or id.
+   div:first-child doesn't apply to first div that is preceded by some other element,
+   so it doesn't clobber styles of divs that appear elsewhere on the page */
+#content div:first-child    { border: none !important; background-color: #fff !important; }
+#content div:first-child h2 { border: none !important; }
+