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