Started organizing stylesheets. Fixed path for import.
This commit is contained in:
parent
7b1ebc06ef
commit
e9b9bd4e97
29
style.css
29
style.css
|
@ -997,35 +997,6 @@ code p {
|
|||
color: blueviolet;
|
||||
}
|
||||
|
||||
input[type="button"],
|
||||
input[type="checkbox"],
|
||||
input[type="color"],
|
||||
input[type="date"],
|
||||
input[type="datetime-local"],
|
||||
input[type="email"],
|
||||
input[type="image"],
|
||||
input[type="month"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
input[type="radio"],
|
||||
input[type="range"],
|
||||
input[type="reset"],
|
||||
input[type="search"],
|
||||
input[type="submit"],
|
||||
input[type="tel"],
|
||||
input[type="text"],
|
||||
input[type="time"],
|
||||
input[type="url"],
|
||||
input[type="week"],
|
||||
textarea {
|
||||
background-color: var(--input-bg);
|
||||
color: var(--input-text);
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
color: var(--input-text);
|
||||
}
|
||||
|
||||
.styled-table > tbody > tr {
|
||||
border-bottom: 1px dashed var(--border-line);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user