forked from Techsystech/web
commit
e802b7083e
|
@ -34,39 +34,23 @@
|
|||
.vis-rolling-mode-btn:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.vis-timeline {
|
||||
/*
|
||||
-webkit-transition: height .4s ease-in-out;
|
||||
transition: height .4s ease-in-out;
|
||||
*/
|
||||
position: relative;
|
||||
border: 1px solid #bfbfbf;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vis-panel {
|
||||
/*
|
||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
*/
|
||||
.vis-loading-screen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.vis-axis {
|
||||
/*
|
||||
-webkit-transition: top .4s ease-in-out;
|
||||
transition: top .4s ease-in-out;
|
||||
*/
|
||||
}
|
||||
|
||||
/* TODO: get animation working nicely
|
||||
|
||||
.vis-item {
|
||||
-webkit-transition: top .4s ease-in-out;
|
||||
transition: top .4s ease-in-out;
|
||||
}
|
||||
|
||||
.vis-item.line {
|
||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
}
|
||||
/**/
|
||||
.vis-panel {
|
||||
position: absolute;
|
||||
|
||||
|
@ -255,41 +239,40 @@
|
|||
stroke: none;
|
||||
}
|
||||
|
||||
|
||||
.vis-timeline {
|
||||
position: relative;
|
||||
border: 1px solid #bfbfbf;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
/*
|
||||
-webkit-transition: height .4s ease-in-out;
|
||||
transition: height .4s ease-in-out;
|
||||
*/
|
||||
}
|
||||
|
||||
.vis-loading-screen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.vis-custom-time {
|
||||
background-color: #6E94FF;
|
||||
width: 2px;
|
||||
cursor: move;
|
||||
z-index: 1;
|
||||
.vis-panel {
|
||||
/*
|
||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
*/
|
||||
}
|
||||
|
||||
.vis-custom-time > .vis-custom-time-marker {
|
||||
background-color: inherit;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
padding: 3px 5px;
|
||||
top: 0px;
|
||||
cursor: initial;
|
||||
z-index: inherit;
|
||||
.vis-axis {
|
||||
/*
|
||||
-webkit-transition: top .4s ease-in-out;
|
||||
transition: top .4s ease-in-out;
|
||||
*/
|
||||
}
|
||||
|
||||
/* TODO: get animation working nicely
|
||||
|
||||
.vis-item {
|
||||
-webkit-transition: top .4s ease-in-out;
|
||||
transition: top .4s ease-in-out;
|
||||
}
|
||||
|
||||
.vis-item.line {
|
||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||
}
|
||||
/**/
|
||||
|
||||
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
@ -393,50 +376,6 @@
|
|||
display: inline-block
|
||||
}
|
||||
|
||||
.vis-labelset {
|
||||
position: relative;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
color: #4d4d4d;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label {
|
||||
border-bottom: 1px solid #bfbfbf;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label.draggable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vis-group-is-dragging {
|
||||
background: rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label .vis-inner {
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label .vis-inner.vis-hidden {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.vis-itemset {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
|
@ -615,6 +554,50 @@
|
|||
height: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.vis-labelset {
|
||||
position: relative;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
color: #4d4d4d;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label {
|
||||
border-bottom: 1px solid #bfbfbf;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label.draggable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vis-group-is-dragging {
|
||||
background: rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label .vis-inner {
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.vis-labelset .vis-label .vis-inner.vis-hidden {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.vis-time-axis {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
@ -671,6 +654,23 @@
|
|||
border-color: #bfbfbf;
|
||||
}
|
||||
|
||||
.vis-custom-time {
|
||||
background-color: #6E94FF;
|
||||
width: 2px;
|
||||
cursor: move;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.vis-custom-time > .vis-custom-time-marker {
|
||||
background-color: inherit;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
padding: 3px 5px;
|
||||
top: 0px;
|
||||
cursor: initial;
|
||||
z-index: inherit;
|
||||
}
|
||||
|
||||
.vis-item {
|
||||
position: absolute;
|
||||
|
@ -889,6 +889,21 @@
|
|||
border-style: solid;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.vis .overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
/* Must be displayed above for example selected Timeline items */
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.vis-active {
|
||||
box-shadow: 0 0 10px #86d5f8;
|
||||
}
|
||||
|
||||
div.vis-configuration {
|
||||
position:relative;
|
||||
display:block;
|
||||
|
@ -1177,21 +1192,6 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
|
|||
border-width: 12px;
|
||||
margin-top: -12px;
|
||||
}
|
||||
.vis .overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
/* Must be displayed above for example selected Timeline items */
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.vis-active {
|
||||
box-shadow: 0 0 10px #86d5f8;
|
||||
}
|
||||
|
||||
div.vis-tooltip {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
|
@ -1212,4 +1212,4 @@ div.vis-tooltip {
|
|||
pointer-events: none;
|
||||
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue