// treeview
This commit is contained in:
@@ -1168,11 +1168,6 @@ fieldset > .row
|
||||
+opacity(1)
|
||||
+scale(1)
|
||||
|
||||
|
||||
$treeBackgroundHover: lighten(blue,30%)
|
||||
$treeBackgroundSelect: blue
|
||||
|
||||
|
||||
.tree
|
||||
padding: 0 0 0 20px
|
||||
list-style: none
|
||||
@@ -1202,61 +1197,6 @@ $treeBackgroundSelect: blue
|
||||
background-color: #ccc
|
||||
+border-radius(6px)
|
||||
|
||||
// .tree
|
||||
// padding: 0 0 0 18px
|
||||
// .tree-folder
|
||||
// width: 100%
|
||||
// min-height: 20px
|
||||
// cursor: pointer
|
||||
// margin-top: 1px
|
||||
// .tree-folder-header
|
||||
// position: relative
|
||||
// height: 20px
|
||||
// +border-radius(6px)
|
||||
// &:hover
|
||||
// background-color: $treeBackgroundHover
|
||||
// i
|
||||
// position: absolute
|
||||
// float: left
|
||||
// top: 1px
|
||||
// left: 5px
|
||||
// .tree-folder-name
|
||||
// padding-left: 29px
|
||||
// white-space: nowrap
|
||||
// overflow: hidden
|
||||
// text-overflow: ellipsis
|
||||
// .tree-folder-content
|
||||
// margin-left: 23px
|
||||
// .tree-item
|
||||
// position: relative
|
||||
// width: 100%
|
||||
// height: 20px
|
||||
// cursor: pointer
|
||||
// margin-top: 1px
|
||||
// &:hover
|
||||
// background-color: $treeBackgroundHover
|
||||
// .tree-item-name
|
||||
// position: absolute
|
||||
// left: 29px
|
||||
// .tree-dot
|
||||
// position: absolute
|
||||
// top: 8px
|
||||
// left: 10px
|
||||
// display: block
|
||||
// width: 4px
|
||||
// height: 4px
|
||||
// background-color: #ccc
|
||||
// +border-radius(6px)
|
||||
// .icon-ok
|
||||
// position: absolute
|
||||
// top: 1px
|
||||
// left: 5px
|
||||
// .tree-selected
|
||||
// background-color: $treeBackgroundSelect
|
||||
// &:hover
|
||||
// background-color: $treeBackgroundSelect
|
||||
|
||||
|
||||
#carrier_wizard.swMain
|
||||
position: relative
|
||||
display: block
|
||||
|
||||
Reference in New Issue
Block a user