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
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue