summaryrefslogtreecommitdiff
path: root/docs/quick_tour
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 20:28:19 +0900
committerGitHub <noreply@github.com>2018-11-27 20:28:19 +0900
commitb488f6671800f99299a239fa07e06f221c127b3e (patch)
tree29332511b433323604b859477e617488fa6a58f2 /docs/quick_tour
parent0bdc83690cdd11a7044c8106e8fd84bf2df46d95 (diff)
parentdfc9af83ad7e5913410fdd14cbbf017bfe76928c (diff)
downloadpyramid-b488f6671800f99299a239fa07e06f221c127b3e.tar.gz
pyramid-b488f6671800f99299a239fa07e06f221c127b3e.tar.bz2
pyramid-b488f6671800f99299a239fa07e06f221c127b3e.zip
Merge pull request #3438 from stevepiercy/docs-style-inputs
Add a style to show text in input fields.
Diffstat (limited to 'docs/quick_tour')
-rw-r--r--docs/quick_tour/logging/hello_world/static/theme.css3
-rw-r--r--docs/quick_tour/package/hello_world/static/theme.css3
-rw-r--r--docs/quick_tour/sessions/hello_world/static/theme.css3
-rw-r--r--docs/quick_tour/sqla_demo/sqla_demo/static/theme.css3
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;
}