Initial commit - QBPOS Help
This commit is contained in:
68
QB_Help_Web/POS_Help/___dtree.css
Normal file
68
QB_Help_Web/POS_Help/___dtree.css
Normal file
@@ -0,0 +1,68 @@
|
||||
.dtree {
|
||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px !important;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.dtree img {
|
||||
border: 0px;
|
||||
vertical-align: middle;
|
||||
margin-right: 4px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.dtree a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding: 2px 4px;
|
||||
line-height: 1.3;
|
||||
margin: 0;
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.dtree a.node, .dtree a.nodeSel {
|
||||
white-space: nowrap;
|
||||
padding: 1px 2px;
|
||||
margin: 0;
|
||||
}
|
||||
.dtree a.node:hover, .dtree a.nodeSel:hover {
|
||||
color: #000;
|
||||
background-color: #e8f4ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.dtree a.nodeSel {
|
||||
background-color: #c0d2ec;
|
||||
font-weight: 500;
|
||||
}
|
||||
.dtree .clip {
|
||||
overflow: hidden;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.dtree p {
|
||||
margin: 4px 0 2px 0;
|
||||
padding: 2px 0;
|
||||
font-size: 11px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
.dtree > p {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 3px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.dtree > p a {
|
||||
padding: 2px 5px;
|
||||
margin: 0 1px;
|
||||
background: #f8f8f8;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 2px;
|
||||
font-size: 10px;
|
||||
}
|
||||
.dtree > p a:hover {
|
||||
background: #e8e8e8;
|
||||
}
|
||||
.dtree div {
|
||||
line-height: 1.1;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user