fix adm/css/admin.css

This commit is contained in:
Amberstone 2024-10-15 14:51:30 +09:00
parent f4f67c1ac5
commit b347931acd
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -56,13 +56,6 @@ img {
border: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {}
article,
aside,
details,
@ -94,9 +87,6 @@ img {
vertical-align: middle
}
textarea,
select {}
input {
margin: 0;
padding: 0;
@ -107,11 +97,13 @@ input[type=text],
input[type=password],
input[type=submit],
input[type=image] {
appearance: none;
-webkit-appearance: none;
}
button {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
cursor: pointer
}
@ -539,8 +531,6 @@ table {
table-layout: fixed;
}
.tbl_head01 thead {}
.tbl_head01 thead th {
background: #f9f9f9;
font-weight: 300;