更改样式:Nestable样式移除字体设置,统一使用body设置字体大小
This commit is contained in:
parent
71c57d564a
commit
7b516d68ce
|
@ -8,7 +8,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
@ -36,7 +35,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 20px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
@ -78,7 +76,6 @@
|
|||
overflow: hidden;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
@ -164,10 +161,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dd3-content label span {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.dd3-content label span.active {
|
||||
color: darkred;
|
||||
}
|
||||
|
@ -182,9 +175,10 @@
|
|||
.dd3-content label input {
|
||||
margin-right: 10px;
|
||||
cursor: pointer;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.dd3-content > span {
|
||||
.dd3-content span {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue