mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 17:40:43 +01:00
50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
CSS
input {
|
|
display: input;
|
|
padding: 2;
|
|
background-color: #FFFFFF;
|
|
width: 177px;
|
|
height: 32px;
|
|
color: #000000;
|
|
border-top-color: rgb(48,48,48);
|
|
border-left-color: rgb(48,48,48);
|
|
border-right-color: rgb(48,48,48);
|
|
border-bottom-color: rgb(48,48,48);
|
|
border-width: 1px;
|
|
font-family: "./assets/font/KaTeX_SansSerif-Regular.ttf";
|
|
font-size: 14px;
|
|
}
|
|
|
|
|
|
button {
|
|
background-color: rgb(239, 239, 239);
|
|
width: 53px;
|
|
height: 21px;
|
|
color: #000000;
|
|
border-width: 1px;
|
|
border-top-color: rgb(48,48,48);
|
|
border-left-color: rgb(48,48,48);
|
|
border-right-color: rgb(48,48,48);
|
|
border-bottom-color: rgb(48,48,48);
|
|
font-family: "./assets/font/KaTeX_SansSerif-Regular.ttf";
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
textarea {
|
|
padding: 2;
|
|
text-rendering: auto;
|
|
color: #000000;
|
|
background-color: rgb(250, 250, 250);
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: rgb(133, 133, 133);
|
|
height: 34px;
|
|
width: 179px;
|
|
}
|
|
|
|
textarea:focus {
|
|
border-color: #FF0000;
|
|
border-width: 2px;
|
|
}
|