update dependencies: jQuery, jQuery UI, jQuery Validate, jQuery Validate Unobtrusive, SignalR
@@ -475,6 +475,7 @@ span.fancytree-drop-target.fancytree-drop-reject {
|
||||
span.fancytree-node {
|
||||
padding: 1px;
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
span.fancytree-node > span.fancytree-icon {
|
||||
background: none;
|
||||
|
||||
@@ -3,41 +3,46 @@
|
||||
|
||||
// Default Disco Fancytree Styles
|
||||
.fancytree-container {
|
||||
border: none;
|
||||
}
|
||||
border: none;
|
||||
}
|
||||
|
||||
span.fancytree-node {
|
||||
padding: 1px;
|
||||
border: none;
|
||||
}
|
||||
span.fancytree-node {
|
||||
padding: 1px;
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
span.fancytree-node > span.fancytree-icon {
|
||||
background: none;
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-size: 1.2em;
|
||||
width: 14px;
|
||||
}
|
||||
span.fancytree-ico-ef > span.fancytree-icon:before{
|
||||
color: @StatusClosed;
|
||||
font-size: 1em;
|
||||
content: "\f07c";
|
||||
}
|
||||
span.fancytree-ico-cf > span.fancytree-icon:before{
|
||||
color: @StatusClosed;
|
||||
font-size: 1em;
|
||||
content: "\f07b";
|
||||
}
|
||||
span.fancytree-ico-c > span.fancytree-icon:before{
|
||||
color: @StatusRemove;
|
||||
content: "\f023";
|
||||
}
|
||||
span.fancytree-ico-c.fancytree-selected > span.fancytree-icon:before{
|
||||
color: @StatusSuccess;
|
||||
content: "\f09c";
|
||||
}
|
||||
span.fancytree-node > span.fancytree-icon {
|
||||
background: none;
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-size: 1.2em;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
span.fancytree-node.fancytree-selected {
|
||||
font-style: normal;
|
||||
background: none;
|
||||
}
|
||||
span.fancytree-ico-ef > span.fancytree-icon:before {
|
||||
color: @StatusClosed;
|
||||
font-size: 1em;
|
||||
content: "\f07c";
|
||||
}
|
||||
|
||||
span.fancytree-ico-cf > span.fancytree-icon:before {
|
||||
color: @StatusClosed;
|
||||
font-size: 1em;
|
||||
content: "\f07b";
|
||||
}
|
||||
|
||||
span.fancytree-ico-c > span.fancytree-icon:before {
|
||||
color: @StatusRemove;
|
||||
content: "\f023";
|
||||
}
|
||||
|
||||
span.fancytree-ico-c.fancytree-selected > span.fancytree-icon:before {
|
||||
color: @StatusSuccess;
|
||||
content: "\f09c";
|
||||
}
|
||||
|
||||
span.fancytree-node.fancytree-selected {
|
||||
font-style: normal;
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 120 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 111 B |
|
Before Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 101 B |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
@@ -314,4 +314,7 @@ body .ui-tooltip {
|
||||
border-width: 1px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
display: block;
|
||||
}
|
||||
@@ -296,3 +296,7 @@ body .ui-tooltip {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||