114 lines
2.2 KiB
CSS
114 lines
2.2 KiB
CSS
.tree-panel-heading-controls {
|
|
font-size: 13px;
|
|
background-color: #DDE0E9;
|
|
width: 70%;
|
|
margin: 0 0 20px;
|
|
padding: 5px;
|
|
border-bottom: solid 1px #DFDFDF;
|
|
}
|
|
.tree-panel-heading-controls .pull-right {
|
|
float: right;
|
|
}
|
|
.tree-panel-heading-controls a {
|
|
display: inline-block;
|
|
padding: 0 8px;
|
|
margin-top: 3px;
|
|
border-right: solid 1px #888;
|
|
}
|
|
.tree-panel-heading-controls .twitter-typeahead {
|
|
margin-left: 20px;
|
|
}
|
|
.tree {
|
|
padding: 0 0 0 20px;
|
|
list-style: none;
|
|
}
|
|
.tree * {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.tree input {
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
top: 2px;
|
|
margin-right: 4px;
|
|
line-height: normal;
|
|
}
|
|
.tree i {
|
|
font-size: 14px;
|
|
}
|
|
.tree .tree-item-name,
|
|
.tree .tree-folder-name {
|
|
padding: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.tree .tree-item-name label,
|
|
.tree .tree-folder-name label {
|
|
font-size: 13px;
|
|
float: none;
|
|
text-shadow: none;
|
|
font-weight: 400;
|
|
}
|
|
.tree .tree-item-name:hover,
|
|
.tree .tree-folder-name:hover {
|
|
background-color: #ddd;
|
|
cursor: pointer;
|
|
}
|
|
.tree .tree-selected {
|
|
background-color: #CCCED7;
|
|
}
|
|
.tree .tree-selected:hover {
|
|
background-color: #a1a5b5;
|
|
}
|
|
.tree .tree-selected i.tree-dot {
|
|
background-color: #eee;
|
|
}
|
|
.tree .tree-item,
|
|
.tree .tree-folder {
|
|
margin: 6px 0;
|
|
}
|
|
.tree i.tree-dot {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 6px;
|
|
height: 6px;
|
|
margin: 0 4px;
|
|
background-color: #ccc;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.tree .tree-item-disable,
|
|
.tree .tree-folder-name-disable {
|
|
color: #ccc;
|
|
}
|
|
.tree .tree-item-disable:hover,
|
|
.tree .tree-folder-name-disable:hover {
|
|
color: #ccc;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.tt-query {
|
|
border-bottom-right-radius: 3px !important;
|
|
border-top-right-radius: 3px !important
|
|
}
|
|
.tt-dropdown-menu {
|
|
background-color: #fff;
|
|
border: solid 1px #ccc;
|
|
font-size: .9em;
|
|
text-transform: none
|
|
}
|
|
.tt-suggestions {
|
|
padding: 0 6px;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
|
|
box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px
|
|
}
|
|
.tt-suggestion p {
|
|
border-bottom: solid 1px #ccc;
|
|
margin: 0;
|
|
padding: 4px 2px;
|
|
}
|
|
.tt-suggestion:last-child p {
|
|
border-bottom: none
|
|
}
|