cross-browser standardization
• set base size for textareas • removed shiny safari select buttons if you want to change these, set a base style, don't just delete them
This commit is contained in:
parent
8683535670
commit
505e7213b5
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,7 @@ textarea {
|
||||||
width: 3.5in;
|
width: 3.5in;
|
||||||
resize: none;
|
resize: none;
|
||||||
height: 1.5in;
|
height: 1.5in;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
textarea:focus-visible {
|
textarea:focus-visible {
|
||||||
outline: 2px solid var(--focus);
|
outline: 2px solid var(--focus);
|
||||||
|
@ -819,6 +820,7 @@ select{
|
||||||
border-color:var(--timestamp-color);
|
border-color:var(--timestamp-color);
|
||||||
margin: .02in .05in;
|
margin: .02in .05in;
|
||||||
box-shadow: 0px 0px .03in var(--black);
|
box-shadow: 0px 0px .03in var(--black);
|
||||||
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
#logindiv {
|
#logindiv {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue