fix adm/css/admin.css
This commit is contained in:
parent
f4f67c1ac5
commit
b347931acd
1 changed files with 2 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue