From dfc9af83ad7e5913410fdd14cbbf017bfe76928c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 03:10:40 -0800 Subject: Add a style to show text in input fields. Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64 --- docs/narr/myproject/myproject/static/theme.css | 3 +++ docs/quick_tour/logging/hello_world/static/theme.css | 3 +++ docs/quick_tour/package/hello_world/static/theme.css | 3 +++ docs/quick_tour/sessions/hello_world/static/theme.css | 3 +++ docs/quick_tour/sqla_demo/sqla_demo/static/theme.css | 3 +++ docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css | 3 +++ docs/tutorials/wiki2/src/authentication/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/authorization/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/basiclayout/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/installation/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/models/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/tests/tutorial/static/theme.css | 3 +++ docs/tutorials/wiki2/src/views/tutorial/static/theme.css | 3 +++ 13 files changed, 39 insertions(+) (limited to 'docs') diff --git a/docs/narr/myproject/myproject/static/theme.css b/docs/narr/myproject/myproject/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/narr/myproject/myproject/static/theme.css +++ b/docs/narr/myproject/myproject/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/quick_tour/logging/hello_world/static/theme.css b/docs/quick_tour/logging/hello_world/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tour/logging/hello_world/static/theme.css +++ b/docs/quick_tour/logging/hello_world/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/quick_tour/package/hello_world/static/theme.css b/docs/quick_tour/package/hello_world/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tour/package/hello_world/static/theme.css +++ b/docs/quick_tour/package/hello_world/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/quick_tour/sessions/hello_world/static/theme.css b/docs/quick_tour/sessions/hello_world/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tour/sessions/hello_world/static/theme.css +++ b/docs/quick_tour/sessions/hello_world/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/quick_tour/sqla_demo/sqla_demo/static/theme.css b/docs/quick_tour/sqla_demo/sqla_demo/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tour/sqla_demo/sqla_demo/static/theme.css +++ b/docs/quick_tour/sqla_demo/sqla_demo/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css b/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css +++ b/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/authentication/tutorial/static/theme.css b/docs/tutorials/wiki2/src/authentication/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/authentication/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/authentication/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/authorization/tutorial/static/theme.css b/docs/tutorials/wiki2/src/authorization/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/authorization/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/authorization/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/basiclayout/tutorial/static/theme.css b/docs/tutorials/wiki2/src/basiclayout/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/basiclayout/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/basiclayout/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/installation/tutorial/static/theme.css b/docs/tutorials/wiki2/src/installation/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/installation/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/installation/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/models/tutorial/static/theme.css b/docs/tutorials/wiki2/src/models/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/models/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/models/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/tests/tutorial/static/theme.css b/docs/tutorials/wiki2/src/tests/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/tests/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/tests/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } diff --git a/docs/tutorials/wiki2/src/views/tutorial/static/theme.css b/docs/tutorials/wiki2/src/views/tutorial/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/tutorials/wiki2/src/views/tutorial/static/theme.css +++ b/docs/tutorials/wiki2/src/views/tutorial/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } -- cgit v1.2.3