projects
/
fsfdrupalauth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815062c
)
more theming for our module
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 27 Dec 2021 23:12:59 +0000
(18:12 -0500)
committer
root
<root@login1p.fsf.org>
Mon, 27 Dec 2021 23:12:59 +0000
(18:12 -0500)
www/fsftheme.css
patch
|
blob
|
blame
|
history
diff --git
a/www/fsftheme.css
b/www/fsftheme.css
index 392abc7ef7682e5a9846cf143fb69a9cf61c3cb8..ff0ba5c7c43f7cf888807c930bc414e056515c6d 100644
(file)
--- a/
www/fsftheme.css
+++ b/
www/fsftheme.css
@@
-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; }
+