standardize line styles
also textarea can be gradient now
This commit is contained in:
parent
f78b6dceae
commit
1b502cb694
1 changed files with 9 additions and 1 deletions
|
@ -444,6 +444,12 @@ p {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-style: solid;
|
||||||
|
border-width: .01in;
|
||||||
|
border-color: var(--primary-text);
|
||||||
|
}
|
||||||
|
|
||||||
.lightbr {
|
.lightbr {
|
||||||
border-color: var(--light-border);
|
border-color: var(--light-border);
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
|
@ -593,7 +599,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
background-color: var(--textarea-bg);
|
background: var(--textarea-bg);
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
width: 3.5in;
|
width: 3.5in;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
@ -741,6 +747,7 @@ button {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: .45cm;
|
font-size: .45cm;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-style: solid;
|
||||||
border-width: 0px .00in .03in 0in;
|
border-width: 0px .00in .03in 0in;
|
||||||
border-radius:.03in;
|
border-radius:.03in;
|
||||||
margin: .02in .05in;
|
margin: .02in .05in;
|
||||||
|
@ -770,6 +777,7 @@ input::file-selector-button {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: .45cm;
|
font-size: .45cm;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-style: solid;
|
||||||
border-width: 0px .00in .03in 0;
|
border-width: 0px .00in .03in 0;
|
||||||
border-radius:.03in;
|
border-radius:.03in;
|
||||||
margin: .02in .05in;
|
margin: .02in .05in;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue