Deploy docs css

This commit is contained in:
Jeremy Thomas 2019-04-03 11:29:12 +01:00
parent df6592edec
commit 1aa1527fb8
2 changed files with 3 additions and 1 deletions

View File

@ -3020,6 +3020,7 @@ fieldset[disabled] .button {
.textarea { .textarea {
background-color: white; background-color: white;
border-color: #dbdbdb; border-color: #dbdbdb;
border-radius: 4px;
color: #363636; color: #363636;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
max-width: 100%; max-width: 100%;
@ -3358,6 +3359,7 @@ fieldset[disabled]
.select select { .select select {
background-color: white; background-color: white;
border-color: #dbdbdb; border-color: #dbdbdb;
border-radius: 4px;
color: #363636; color: #363636;
cursor: pointer; cursor: pointer;
display: block; display: block;

File diff suppressed because one or more lines are too long