aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/xmls_css.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-24 13:59:28 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit681dd49c3e138942778266cc44210e47eea8b048 (patch)
tree14ba4e94ba6718d3c5a19daca652972706407aa0 /src/doc_reform/io_out/xmls_css.d
parentbackmatter, special sections, heading ocn fix (diff)
html, harvests search form, minor misc
- harvests add search form to db option - dark theme input background color (follows cgi search form) - html tidy html tidy
Diffstat (limited to 'src/doc_reform/io_out/xmls_css.d')
-rw-r--r--src/doc_reform/io_out/xmls_css.d24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/doc_reform/io_out/xmls_css.d b/src/doc_reform/io_out/xmls_css.d
index 88af237..e882b4d 100644
--- a/src/doc_reform/io_out/xmls_css.d
+++ b/src/doc_reform/io_out/xmls_css.d
@@ -466,6 +466,10 @@ template spineCss() {
color : #003399;
text-decoration : underline;
}
+ input {
+ color : #000000;
+ background-color : #FFFFFF;
+ }
div {
margin-left : 0;
margin-right : 0;
@@ -1176,6 +1180,10 @@ template spineCss() {
color : #888888;
text-decoration : underline;
}
+ input {
+ color : #FFFFFF;
+ background-color : #777777;
+ }
div {
margin-left : 0;
margin-right : 0;
@@ -1885,6 +1893,10 @@ template spineCss() {
color : #003399;
text-decoration : underline;
}
+ input {
+ color : #000000;
+ background-color : #FFFFFF;
+ }
div {
margin-left : 0;
margin-right : 0;
@@ -2521,6 +2533,10 @@ template spineCss() {
color : #888888;
text-decoration : underline;
}
+ input {
+ color : #FFFFFF;
+ background-color : #777777;
+ }
div {
margin-left : 0;
margin-right : 0;
@@ -3156,6 +3172,10 @@ template spineCss() {
color : #003399;
text-decoration : underline;
}
+ input {
+ color : #000000;
+ background-color : #FFFFFF;
+ }
div {
margin-left : 0;
margin-right : 0;
@@ -3682,6 +3702,10 @@ template spineCss() {
color : #888888;
text-decoration : underline;
}
+ input {
+ color : #FFFFFF;
+ background-color : #777777;
+ }
div {
margin-left : 0;
margin-right : 0;