mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update paddings
This commit is contained in:
parent
247003a366
commit
4dcdd177ee
3 changed files with 13 additions and 17 deletions
|
|
@ -59,6 +59,14 @@ textarea {
|
|||
opacity: .96;
|
||||
}
|
||||
|
||||
/*
|
||||
main input,
|
||||
main button,
|
||||
main select,
|
||||
main textarea {
|
||||
padding: 8px;
|
||||
}
|
||||
*/
|
||||
textarea:focus,
|
||||
input:focus {
|
||||
border: #65916d 1px solid;
|
||||
|
|
@ -85,23 +93,11 @@ input[type="submit"] {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
button,
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
background: #65916d;
|
||||
border-radius: 3px;
|
||||
padding: 8px;
|
||||
color: #fff
|
||||
}
|
||||
*/
|
||||
|
||||
textarea,
|
||||
select[multiple="multiple"] {
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
|
||||
textarea::placeholder,
|
||||
input::placeholder {
|
||||
color: #9698a5;
|
||||
|
|
@ -119,9 +115,9 @@ td {
|
|||
|
||||
header a.logo {
|
||||
color: #ccc;
|
||||
font-size: 22px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
header a.logo > span {
|
||||
color: #96d9a1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue