diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:10:40 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:10:40 -0800 |
| commit | dfc9af83ad7e5913410fdd14cbbf017bfe76928c (patch) | |
| tree | 6c60f40cdaeae48608e955c6f14c54924ee840ff /docs/quick_tour | |
| parent | ee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff) | |
| download | pyramid-dfc9af83ad7e5913410fdd14cbbf017bfe76928c.tar.gz pyramid-dfc9af83ad7e5913410fdd14cbbf017bfe76928c.tar.bz2 pyramid-dfc9af83ad7e5913410fdd14cbbf017bfe76928c.zip | |
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
Diffstat (limited to 'docs/quick_tour')
4 files changed, 12 insertions, 0 deletions
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; } |
