2015-03-28 13:50:19 +00:00
. 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 10 px #86d5f8 ;
}
/* override some bootstrap styles screwing up the timelines css */
. vis [ class *= "span" ] {
min-height : 0 ;
width : auto ;
}
2016-02-17 11:57:17 -07:00
div . vis-configuration {
position : relative ;
display : block ;
float : left ;
font-size : 12 px ;
}
div . vis-configuration-wrapper {
display : block ;
width : 700 px ;
}
div . vis-configuration-wrapper :: after {
clear : both ;
content : "" ;
display : block ;
}
div . vis-configuration . vis-config-option-container {
display : block ;
width : 495 px ;
background-color : #ffffff ;
border : 2 px solid #f7f8fa ;
border-radius : 4 px ;
margin-top : 20 px ;
left : 10 px ;
padding-left : 5 px ;
}
div . vis-configuration . vis-config-button {
display : block ;
width : 495 px ;
height : 25 px ;
vertical-align : middle ;
line-height : 25 px ;
background-color : #f7f8fa ;
border : 2 px solid #ceced0 ;
border-radius : 4 px ;
margin-top : 20 px ;
left : 10 px ;
padding-left : 5 px ;
cursor : pointer ;
margin-bottom : 30 px ;
}
div . vis-configuration . vis-config-button . hover {
background-color : #4588e6 ;
border : 2 px solid #214373 ;
color : #ffffff ;
}
div . vis-configuration . vis-config-item {
display : block ;
float : left ;
width : 495 px ;
height : 25 px ;
vertical-align : middle ;
line-height : 25 px ;
}
div . vis-configuration . vis-config-item . vis-config-s2 {
left : 10 px ;
background-color : #f7f8fa ;
padding-left : 5 px ;
border-radius : 3 px ;
}
div . vis-configuration . vis-config-item . vis-config-s3 {
left : 20 px ;
background-color : #e4e9f0 ;
padding-left : 5 px ;
border-radius : 3 px ;
}
div . vis-configuration . vis-config-item . vis-config-s4 {
left : 30 px ;
background-color : #cfd8e6 ;
padding-left : 5 px ;
border-radius : 3 px ;
}
div . vis-configuration . vis-config-header {
font-size : 18 px ;
font-weight : bold ;
}
div . vis-configuration . vis-config-label {
width : 120 px ;
height : 25 px ;
line-height : 25 px ;
}
div . vis-configuration . vis-config-label . vis-config-s3 {
width : 110 px ;
}
div . vis-configuration . vis-config-label . vis-config-s4 {
width : 100 px ;
}
div . vis-configuration . vis-config-colorBlock {
top : 1 px ;
width : 30 px ;
height : 19 px ;
border : 1 px solid #444444 ;
border-radius : 2 px ;
padding : 0 px ;
margin : 0 px ;
cursor : pointer ;
}
input . vis-configuration . vis-config-checkbox {
left : -5 px ;
}
input . vis-configuration . vis-config-rangeinput {
position : relative ;
top : -5 px ;
width : 60 px ;
/*height:13px;*/
padding : 1 px ;
margin : 0 ;
pointer-events : none ;
}
input . vis-configuration . vis-config-range {
/*removes default webkit styles*/
-webkit- appearance : none ;
/*fix for FF unable to apply focus style bug */
border : 0 px solid white ;
background-color : rgba ( 0 , 0 , 0 , 0 );
/*required for proper track sizing in FF*/
width : 300 px ;
height : 20 px ;
}
input . vis-configuration . vis-config-range :: -webkit-slider-runnable-track {
width : 300 px ;
height : 5 px ;
background : #dedede ; /* Old browsers */
background : -moz- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #dedede ), color-stop ( 99 % , #c8c8c8 )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* IE10+ */
background : linear-gradient ( to bottom , #dedede 0 % , #c8c8c8 99 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#dedede' , endColorstr = '#c8c8c8' , GradientType = 0 ); /* IE6-9 */
border : 1 px solid #999999 ;
box-shadow : #aaaaaa 0 px 0 px 3 px 0 px ;
border-radius : 3 px ;
}
input . vis-configuration . vis-config-range :: -webkit-slider-thumb {
-webkit- appearance : none ;
border : 1 px solid #14334b ;
height : 17 px ;
width : 17 px ;
border-radius : 50 % ;
background : #3876c2 ; /* Old browsers */
background : -moz- linear-gradient ( top , #3876c2 0 % , #385380 100 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #3876c2 ), color-stop ( 100 % , #385380 )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #3876c2 0 % , #385380 100 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #3876c2 0 % , #385380 100 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #3876c2 0 % , #385380 100 % ); /* IE10+ */
background : linear-gradient ( to bottom , #3876c2 0 % , #385380 100 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#3876c2' , endColorstr = '#385380' , GradientType = 0 ); /* IE6-9 */
box-shadow : #111927 0 px 0 px 1 px 0 px ;
margin-top : -7 px ;
}
input . vis-configuration . vis-config-range : focus {
outline : none ;
}
input . vis-configuration . vis-config-range : focus :: -webkit-slider-runnable-track {
background : #9d9d9d ; /* Old browsers */
background : -moz- linear-gradient ( top , #9d9d9d 0 % , #c8c8c8 99 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #9d9d9d ), color-stop ( 99 % , #c8c8c8 )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #9d9d9d 0 % , #c8c8c8 99 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #9d9d9d 0 % , #c8c8c8 99 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #9d9d9d 0 % , #c8c8c8 99 % ); /* IE10+ */
background : linear-gradient ( to bottom , #9d9d9d 0 % , #c8c8c8 99 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#9d9d9d' , endColorstr = '#c8c8c8' , GradientType = 0 ); /* IE6-9 */
}
input . vis-configuration . vis-config-range :: -moz-range-track {
width : 300 px ;
height : 10 px ;
background : #dedede ; /* Old browsers */
background : -moz- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #dedede ), color-stop ( 99 % , #c8c8c8 )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #dedede 0 % , #c8c8c8 99 % ); /* IE10+ */
background : linear-gradient ( to bottom , #dedede 0 % , #c8c8c8 99 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#dedede' , endColorstr = '#c8c8c8' , GradientType = 0 ); /* IE6-9 */
border : 1 px solid #999999 ;
box-shadow : #aaaaaa 0 px 0 px 3 px 0 px ;
border-radius : 3 px ;
}
input . vis-configuration . vis-config-range :: -moz-range-thumb {
border : none ;
height : 16 px ;
width : 16 px ;
border-radius : 50 % ;
background : #385380 ;
}
/*hide the outline behind the border*/
input . vis-configuration . vis-config-range : -moz-focusring {
outline : 1 px solid white ;
outline-offset : -1 px ;
}
input . vis-configuration . vis-config-range :: -ms-track {
width : 300 px ;
height : 5 px ;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
background : transparent ;
/*leave room for the larger thumb to overflow with a transparent border */
border-color : transparent ;
border-width : 6 px 0 ;
/*remove default tick marks*/
color : transparent ;
}
input . vis-configuration . vis-config-range :: -ms-fill-lower {
background : #777 ;
border-radius : 10 px ;
}
input . vis-configuration . vis-config-range :: -ms-fill-upper {
background : #ddd ;
border-radius : 10 px ;
}
input . vis-configuration . vis-config-range :: -ms-thumb {
border : none ;
height : 16 px ;
width : 16 px ;
border-radius : 50 % ;
background : #385380 ;
}
input . vis-configuration . vis-config-range : focus :: -ms-fill-lower {
background : #888 ;
}
input . vis-configuration . vis-config-range : focus :: -ms-fill-upper {
background : #ccc ;
}
. vis-configuration-popup {
position : absolute ;
background : rgba ( 57 , 76 , 89 , 0.85 );
border : 2 px solid #f2faff ;
line-height : 30 px ;
height : 30 px ;
width : 150 px ;
text-align : center ;
color : #ffffff ;
font-size : 14 px ;
border-radius : 4 px ;
-webkit- transition : opacity 0.3 s ease-in-out ;
-moz- transition : opacity 0.3 s ease-in-out ;
transition : opacity 0.3 s ease-in-out ;
}
. vis-configuration-popup : after , . vis-configuration-popup : before {
left : 100 % ;
top : 50 % ;
border : solid transparent ;
content : " " ;
height : 0 ;
width : 0 ;
position : absolute ;
pointer-events : none ;
}
. vis-configuration-popup : after {
border-color : rgba ( 136 , 183 , 213 , 0 );
border-left-color : rgba ( 57 , 76 , 89 , 0.85 );
border-width : 8 px ;
margin-top : -8 px ;
}
. vis-configuration-popup : before {
border-color : rgba ( 194 , 225 , 245 , 0 );
border-left-color : #f2faff ;
border-width : 12 px ;
margin-top : -12 px ;
}
2015-03-28 13:50:19 +00:00
2015-07-18 13:45:18 +01:00
. vis-timeline {
2015-03-28 13:50:19 +00:00
position : relative ;
border : 1 px solid #bfbfbf ;
overflow : hidden ;
padding : 0 ;
margin : 0 ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-panel {
2015-03-28 13:50:19 +00:00
position : absolute ;
padding : 0 ;
margin : 0 ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-center ,
. vis-panel . vis-left ,
. vis-panel . vis-right ,
. vis-panel . vis-top ,
. vis-panel . vis-bottom {
2015-03-28 13:50:19 +00:00
border : 1 px #bfbfbf ;
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-center ,
. vis-panel . vis-left ,
. vis-panel . vis-right {
2015-03-28 13:50:19 +00:00
border-top-style : solid ;
border-bottom-style : solid ;
overflow : hidden ;
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-center ,
. vis-panel . vis-top ,
. vis-panel . vis-bottom {
2015-03-28 13:50:19 +00:00
border-left-style : solid ;
border-right-style : solid ;
}
2015-07-18 13:45:18 +01:00
. vis-background {
2015-03-28 13:50:19 +00:00
overflow : hidden ;
}
2015-07-18 13:45:18 +01:00
. vis-panel > . vis-content {
2015-03-28 13:50:19 +00:00
position : relative ;
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-shadow {
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 100 % ;
height : 1 px ;
box-shadow : 0 0 10 px rgba ( 0 , 0 , 0 , 0.8 );
2015-07-18 13:45:18 +01:00
/* TODO: find a nice way to ensure vis-shadows are drawn on top of items
2015-03-28 13:50:19 +00:00
z-index: 1;
*/
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-shadow . vis-top {
2015-03-28 13:50:19 +00:00
top : -1 px ;
left : 0 ;
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-shadow . vis-bottom {
2015-03-28 13:50:19 +00:00
bottom : -1 px ;
left : 0 ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset {
2015-03-28 13:50:19 +00:00
position : relative ;
overflow : hidden ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset . vis-label {
2015-03-28 13:50:19 +00:00
position : relative ;
left : 0 ;
top : 0 ;
width : 100 % ;
color : #4d4d4d ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset . vis-label {
2015-03-28 13:50:19 +00:00
border-bottom : 1 px solid #bfbfbf ;
}
2016-02-17 11:57:17 -07:00
. vis-labelset . vis-label . draggable {
cursor : pointer ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset . vis-label : last-child {
2015-03-28 13:50:19 +00:00
border-bottom : none ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset . vis-label . vis-inner {
2015-03-28 13:50:19 +00:00
display : inline-block ;
padding : 5 px ;
}
2015-07-18 13:45:18 +01:00
. vis-labelset . vis-label . vis-inner . vis-hidden {
2015-03-28 13:50:19 +00:00
padding : 0 ;
}
2015-07-18 13:45:18 +01:00
. vis-itemset {
2015-03-28 13:50:19 +00:00
position : relative ;
padding : 0 ;
margin : 0 ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-itemset . vis-background ,
. vis-itemset . vis-foreground {
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 100 % ;
height : 100 % ;
overflow : visible ;
}
2015-07-18 13:45:18 +01:00
. vis-axis {
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 100 % ;
height : 0 ;
left : 0 ;
z-index : 1 ;
}
2015-07-18 13:45:18 +01:00
. vis-foreground . vis-group {
2015-03-28 13:50:19 +00:00
position : relative ;
box-sizing : border-box ;
border-bottom : 1 px solid #bfbfbf ;
}
2015-07-18 13:45:18 +01:00
. vis-foreground . vis-group : last-child {
2015-03-28 13:50:19 +00:00
border-bottom : none ;
}
2015-07-18 13:45:18 +01:00
. vis-overlay {
position : absolute ;
top : 0 ;
left : 0 ;
width : 100 % ;
height : 100 % ;
z-index : 10 ;
}
2015-03-28 13:50:19 +00:00
2015-07-18 13:45:18 +01:00
. vis-item {
2015-03-28 13:50:19 +00:00
position : absolute ;
color : #1A1A1A ;
border-color : #97B0F8 ;
border-width : 1 px ;
background-color : #D5DDF6 ;
display : inline-block ;
2015-07-18 13:45:18 +01:00
/*overflow: hidden;*/
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-selected {
2015-03-28 13:50:19 +00:00
border-color : #FFC200 ;
background-color : #FFF785 ;
/* z-index must be higher than the z-index of custom time bar and current time bar */
z-index : 2 ;
}
2015-07-18 13:45:18 +01:00
. vis-editable . vis-selected {
2015-03-28 13:50:19 +00:00
cursor : move ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-point . vis-selected {
2015-03-28 13:50:19 +00:00
background-color : #FFF785 ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-box {
2015-03-28 13:50:19 +00:00
text-align : center ;
border-style : solid ;
border-radius : 2 px ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-point {
2015-03-28 13:50:19 +00:00
background : none ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-dot {
2015-03-28 13:50:19 +00:00
position : absolute ;
padding : 0 ;
border-width : 4 px ;
border-style : solid ;
border-radius : 4 px ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-range {
2015-03-28 13:50:19 +00:00
border-style : solid ;
border-radius : 2 px ;
box-sizing : border-box ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-background {
2015-03-28 13:50:19 +00:00
border : none ;
background-color : rgba ( 213 , 221 , 246 , 0.4 );
box-sizing : border-box ;
padding : 0 ;
margin : 0 ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-item-overflow {
2015-03-28 13:50:19 +00:00
position : relative ;
2015-07-18 13:45:18 +01:00
width : 100 % ;
height : 100 % ;
padding : 0 ;
margin : 0 ;
2015-03-28 13:50:19 +00:00
overflow : hidden ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-range . vis-item-content {
position : relative ;
display : inline-block ;
}
. vis-item . vis-background . vis-item-content {
2015-03-28 13:50:19 +00:00
position : absolute ;
display : inline-block ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-line {
2015-03-28 13:50:19 +00:00
padding : 0 ;
position : absolute ;
width : 0 ;
border-left-width : 1 px ;
border-left-style : solid ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-item-content {
2015-03-28 13:50:19 +00:00
white-space : nowrap ;
2015-07-18 13:45:18 +01:00
box-sizing : border-box ;
padding : 5 px ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-delete {
background : url ( 'img/timeline/delete.png' ) no-repeat center ;
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 24 px ;
height : 24 px ;
2015-07-18 13:45:18 +01:00
top : -4 px ;
2015-03-28 13:50:19 +00:00
right : -24 px ;
cursor : pointer ;
}
2016-09-18 15:43:37 +03:00
. vis-item . vis-delete-rtl {
background : url ( 'img/timeline/delete.png' ) no-repeat center ;
position : absolute ;
width : 24 px ;
height : 24 px ;
top : -4 px ;
left : -24 px ;
cursor : pointer ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-range . vis-drag-left {
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 24 px ;
max-width : 20 % ;
2015-07-18 13:45:18 +01:00
min-width : 2 px ;
2015-03-28 13:50:19 +00:00
height : 100 % ;
top : 0 ;
left : -4 px ;
cursor : w-resize ;
}
2015-07-18 13:45:18 +01:00
. vis-item . vis-range . vis-drag-right {
2015-03-28 13:50:19 +00:00
position : absolute ;
width : 24 px ;
max-width : 20 % ;
2015-07-18 13:45:18 +01:00
min-width : 2 px ;
2015-03-28 13:50:19 +00:00
height : 100 % ;
top : 0 ;
right : -4 px ;
cursor : e-resize ;
}
2016-02-17 11:57:17 -07:00
. vis-range . vis-item . vis-readonly . vis-drag-left ,
. vis-range . vis-item . vis-readonly . vis-drag-right {
cursor : auto ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis {
2015-03-28 13:50:19 +00:00
position : relative ;
overflow : hidden ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-foreground {
2015-03-28 13:50:19 +00:00
top : 0 ;
left : 0 ;
width : 100 % ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-background {
2015-03-28 13:50:19 +00:00
position : absolute ;
top : 0 ;
left : 0 ;
width : 100 % ;
height : 100 % ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-text {
2015-03-28 13:50:19 +00:00
position : absolute ;
color : #4d4d4d ;
padding : 3 px ;
2015-07-18 13:45:18 +01:00
overflow : hidden ;
box-sizing : border-box ;
2015-03-28 13:50:19 +00:00
white-space : nowrap ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-text . vis-measure {
2015-03-28 13:50:19 +00:00
position : absolute ;
padding-left : 0 ;
padding-right : 0 ;
margin-left : 0 ;
margin-right : 0 ;
visibility : hidden ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-grid . vis-vertical {
2015-03-28 13:50:19 +00:00
position : absolute ;
border-left : 1 px solid ;
}
2016-09-18 15:43:37 +03:00
. vis-time-axis . vis-grid . vis-vertical-rtl {
position : absolute ;
border-right : 1 px solid ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-grid . vis-minor {
2015-03-28 13:50:19 +00:00
border-color : #e5e5e5 ;
}
2015-07-18 13:45:18 +01:00
. vis-time-axis . vis-grid . vis-major {
2015-03-28 13:50:19 +00:00
border-color : #bfbfbf ;
}
2015-07-18 13:45:18 +01:00
. vis-current-time {
2015-03-28 13:50:19 +00:00
background-color : #FF7F6E ;
width : 2 px ;
z-index : 1 ;
}
2015-07-18 13:45:18 +01:00
. vis-custom-time {
2015-03-28 13:50:19 +00:00
background-color : #6E94FF ;
width : 2 px ;
cursor : move ;
z-index : 1 ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline {
2015-03-28 13:50:19 +00:00
/*
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
*/
}
2015-07-18 13:45:18 +01:00
. vis-panel {
2015-03-28 13:50:19 +00:00
/*
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
*/
}
2015-07-18 13:45:18 +01:00
. vis-axis {
2015-03-28 13:50:19 +00:00
/*
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
*/
}
/* TODO: get animation working nicely
2015-07-18 13:45:18 +01:00
.vis-item {
2015-03-28 13:50:19 +00:00
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
}
2015-07-18 13:45:18 +01:00
.vis-item.line {
2015-03-28 13:50:19 +00:00
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
transition: height .4s ease-in-out, top .4s ease-in-out;
}
/**/
2015-07-18 13:45:18 +01:00
. vis-panel . vis-background . vis-horizontal . vis-grid . vis-horizontal {
position : absolute ;
width : 100 % ;
height : 0 ;
border-bottom : 1 px solid ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-background . vis-horizontal . vis-grid . vis-minor {
border-color : #e5e5e5 ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-panel . vis-background . vis-horizontal . vis-grid . vis-major {
border-color : #bfbfbf ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-major {
width : 100 % ;
position : absolute ;
color : #4d4d4d ;
white-space : nowrap ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-major . vis-measure {
padding : 0 ;
margin : 0 ;
border : 0 ;
visibility : hidden ;
width : auto ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-minor {
position : absolute ;
width : 100 % ;
color : #bebebe ;
white-space : nowrap ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-minor . vis-measure {
padding : 0 ;
margin : 0 ;
border : 0 ;
visibility : hidden ;
width : auto ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-title {
position : absolute ;
color : #4d4d4d ;
white-space : nowrap ;
bottom : 20 px ;
text-align : center ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-title . vis-measure {
padding : 0 ;
margin : 0 ;
visibility : hidden ;
width : auto ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-data-axis . vis-y-axis . vis-title . vis-left {
bottom : 0 ;
-webkit- transform-origin : left top ;
-moz- transform-origin : left top ;
-ms- transform-origin : left top ;
-o- transform-origin : left top ;
transform-origin : left bottom ;
-webkit- transform : rotate ( -90 deg );
-moz- transform : rotate ( -90 deg );
-ms- transform : rotate ( -90 deg );
-o- transform : rotate ( -90 deg );
transform : rotate ( -90 deg );
}
. vis-data-axis . vis-y-axis . vis-title . vis-right {
bottom : 0 ;
-webkit- transform-origin : right bottom ;
-moz- transform-origin : right bottom ;
-ms- transform-origin : right bottom ;
-o- transform-origin : right bottom ;
transform-origin : right bottom ;
-webkit- transform : rotate ( 90 deg );
-moz- transform : rotate ( 90 deg );
-ms- transform : rotate ( 90 deg );
-o- transform : rotate ( 90 deg );
transform : rotate ( 90 deg );
}
. vis-legend {
background-color : rgba ( 247 , 252 , 255 , 0.65 );
padding : 5 px ;
border : 1 px solid #b3b3b3 ;
box-shadow : 2 px 2 px 10 px rgba ( 154 , 154 , 154 , 0.55 );
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-legend-text {
/*font-size: 10px;*/
white-space : nowrap ;
display : inline-block
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
. vis-graph-group0 {
2015-03-28 13:50:19 +00:00
fill : #4f81bd ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #4f81bd ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group1 {
2015-03-28 13:50:19 +00:00
fill : #f79646 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #f79646 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group2 {
2015-03-28 13:50:19 +00:00
fill : #8c51cf ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #8c51cf ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group3 {
2015-03-28 13:50:19 +00:00
fill : #75c841 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #75c841 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group4 {
2015-03-28 13:50:19 +00:00
fill : #ff0100 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #ff0100 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group5 {
2015-03-28 13:50:19 +00:00
fill : #37d8e6 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #37d8e6 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group6 {
2015-03-28 13:50:19 +00:00
fill : #042662 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #042662 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group7 {
2015-03-28 13:50:19 +00:00
fill : #00ff26 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #00ff26 ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group8 {
2015-03-28 13:50:19 +00:00
fill : #ff00ff ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #ff00ff ;
}
2015-07-18 13:45:18 +01:00
. vis-graph-group9 {
2015-03-28 13:50:19 +00:00
fill : #8f3938 ;
fill-opacity : 0 ;
stroke-width : 2 px ;
stroke : #8f3938 ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-fill {
2015-03-28 13:50:19 +00:00
fill-opacity : 0.1 ;
stroke : none ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-bar {
2015-03-28 13:50:19 +00:00
fill-opacity : 0.5 ;
stroke-width : 1 px ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-point {
2015-03-28 13:50:19 +00:00
stroke-width : 2 px ;
fill-opacity : 1.0 ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-legend-background {
2015-03-28 13:50:19 +00:00
stroke-width : 1 px ;
fill-opacity : 0.9 ;
fill : #ffffff ;
stroke : #c2c2c2 ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-outline {
2015-03-28 13:50:19 +00:00
stroke-width : 1 px ;
fill-opacity : 1 ;
fill : #ffffff ;
stroke : #e5e5e5 ;
}
2015-07-18 13:45:18 +01:00
. vis-timeline . vis-icon-fill {
2015-03-28 13:50:19 +00:00
fill-opacity : 0.3 ;
stroke : none ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation {
2015-03-28 13:50:19 +00:00
border-width : 0 ;
border-bottom : 1 px ;
border-style : solid ;
border-color : #d6d9d8 ;
background : #ffffff ; /* Old browsers */
background : -moz- linear-gradient ( top , #ffffff 0 % , #fcfcfc 48 % , #fafafa 50 % , #fcfcfc 100 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #ffffff ), color-stop ( 48 % , #fcfcfc ), color-stop ( 50 % , #fafafa ), color-stop ( 100 % , #fcfcfc )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #ffffff 0 % , #fcfcfc 48 % , #fafafa 50 % , #fcfcfc 100 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #ffffff 0 % , #fcfcfc 48 % , #fafafa 50 % , #fcfcfc 100 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #ffffff 0 % , #fcfcfc 48 % , #fafafa 50 % , #fcfcfc 100 % ); /* IE10+ */
background : linear-gradient ( to bottom , #ffffff 0 % , #fcfcfc 48 % , #fafafa 50 % , #fcfcfc 100 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ffffff' , endColorstr = '#fcfcfc' , GradientType = 0 ); /* IE6-9 */
2016-02-17 11:57:17 -07:00
padding-top : 4 px ;
2015-03-28 13:50:19 +00:00
position : absolute ;
left : 0 ;
top : 0 ;
width : 100 % ;
2016-02-17 11:57:17 -07:00
height : 28 px ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-edit-mode {
2015-03-28 13:50:19 +00:00
position : absolute ;
left : 0 ;
2016-02-17 11:57:17 -07:00
top : 5 px ;
2015-03-28 13:50:19 +00:00
height : 30 px ;
}
2015-07-18 13:45:18 +01:00
/* FIXME: shouldn't the vis-close button be a child of the vis-manipulation div? */
div . vis-network div . vis-close {
2015-03-28 13:50:19 +00:00
position : absolute ;
right : 0 ;
top : 0 ;
width : 30 px ;
height : 30 px ;
background-position : 20 px 3 px ;
background-repeat : no-repeat ;
background-image : url ( "img/network/cross.png" );
cursor : pointer ;
-webkit- touch-callout : none ;
-webkit- user-select : none ;
-khtml- user-select : none ;
-moz- user-select : none ;
-ms- user-select : none ;
user-select : none ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-close : hover {
2015-03-28 13:50:19 +00:00
opacity : 0.6 ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button ,
div . vis-network div . vis-edit-mode div . vis-button {
2016-02-17 11:57:17 -07:00
float : left ;
2015-03-28 13:50:19 +00:00
font-family : verdana ;
font-size : 12 px ;
-moz- border-radius : 15 px ;
border-radius : 15 px ;
display : inline-block ;
background-position : 0 px 0 px ;
background-repeat : no-repeat ;
height : 24 px ;
2016-02-17 11:57:17 -07:00
margin-left : 10 px ;
/*vertical-align:middle;*/
2015-03-28 13:50:19 +00:00
cursor : pointer ;
padding : 0 px 8 px 0 px 8 px ;
-webkit- touch-callout : none ;
-webkit- user-select : none ;
-khtml- user-select : none ;
-moz- user-select : none ;
-ms- user-select : none ;
user-select : none ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button : hover {
2015-03-28 13:50:19 +00:00
box-shadow : 1 px 1 px 8 px rgba ( 0 , 0 , 0 , 0.20 );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button : active {
2015-03-28 13:50:19 +00:00
box-shadow : 1 px 1 px 8 px rgba ( 0 , 0 , 0 , 0.50 );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-back {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/backIcon.png" );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-none : hover {
2015-03-28 13:50:19 +00:00
box-shadow : 1 px 1 px 8 px rgba ( 0 , 0 , 0 , 0.0 );
cursor : default ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-none : active {
2015-03-28 13:50:19 +00:00
box-shadow : 1 px 1 px 8 px rgba ( 0 , 0 , 0 , 0.0 );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-none {
2015-03-28 13:50:19 +00:00
padding : 0 ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . notification {
2015-03-28 13:50:19 +00:00
margin : 2 px ;
font-weight : bold ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-add {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/addNodeIcon.png" );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-edit ,
div . vis-network div . vis-edit-mode div . vis-button . vis-edit {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/editIcon.png" );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-edit-mode div . vis-button . vis-edit . vis-edit-mode {
2015-03-28 13:50:19 +00:00
background-color : #fcfcfc ;
2015-07-18 13:45:18 +01:00
border : 1 px solid #cccccc ;
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-connect {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/connectIcon.png" );
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-button . vis-delete {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/deleteIcon.png" );
}
/* top right bottom left */
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-label ,
div . vis-network div . vis-edit-mode div . vis-label {
margin : 0 0 0 23 px ;
2015-03-28 13:50:19 +00:00
line-height : 25 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-manipulation div . vis-separator-line {
2016-02-17 11:57:17 -07:00
float : left ;
2015-03-28 13:50:19 +00:00
display : inline-block ;
width : 1 px ;
2016-02-17 11:57:17 -07:00
height : 21 px ;
2015-03-28 13:50:19 +00:00
background-color : #bdbdbd ;
2016-02-17 11:57:17 -07:00
margin : 0 px 7 px 0 15 px ; /*top right bottom left*/
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
/* TODO: is this redundant?
2015-03-28 13:50:19 +00:00
div.network-navigation_wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
2015-07-18 13:45:18 +01:00
*/
2016-02-17 11:57:17 -07:00
div . vis-network-tooltip {
position : absolute ;
visibility : hidden ;
padding : 5 px ;
white-space : nowrap ;
font-family : verdana ;
font-size : 14 px ;
2016-09-18 15:43:37 +03:00
color : #000000 ;
2016-02-17 11:57:17 -07:00
background-color : #f5f4ed ;
-moz- border-radius : 3 px ;
-webkit- border-radius : 3 px ;
border-radius : 3 px ;
border : 1 px solid #808074 ;
box-shadow : 3 px 3 px 10 px rgba ( 0 , 0 , 0 , 0.2 );
pointer-events : none ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button {
2015-03-28 13:50:19 +00:00
width : 34 px ;
height : 34 px ;
-moz- border-radius : 17 px ;
border-radius : 17 px ;
position : absolute ;
display : inline-block ;
background-position : 2 px 2 px ;
background-repeat : no-repeat ;
cursor : pointer ;
-webkit- touch-callout : none ;
-webkit- user-select : none ;
-khtml- user-select : none ;
-moz- user-select : none ;
-ms- user-select : none ;
user-select : none ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button : hover {
box-shadow : 0 0 3 px 3 px rgba ( 56 , 207 , 21 , 0.30 );
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button : active {
box-shadow : 0 0 1 px 3 px rgba ( 56 , 207 , 21 , 0.95 );
2015-03-28 13:50:19 +00:00
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-up {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/upArrow.png" );
bottom : 50 px ;
left : 55 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-down {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/downArrow.png" );
bottom : 10 px ;
left : 55 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-left {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/leftArrow.png" );
bottom : 10 px ;
left : 15 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-right {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/rightArrow.png" );
bottom : 10 px ;
left : 95 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-zoomIn {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/plus.png" );
bottom : 10 px ;
right : 15 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-zoomOut {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/minus.png" );
bottom : 10 px ;
right : 55 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-network div . vis-navigation div . vis-button . vis-zoomExtends {
2015-03-28 13:50:19 +00:00
background-image : url ( "img/network/zoomExtends.png" );
bottom : 50 px ;
right : 15 px ;
}
2015-07-18 13:45:18 +01:00
div . vis-color-picker {
position : absolute ;
2016-02-17 11:57:17 -07:00
top : 0 px ;
left : 30 px ;
2015-07-18 13:45:18 +01:00
margin-top : -140 px ;
margin-left : 30 px ;
2016-02-17 11:57:17 -07:00
width : 310 px ;
height : 444 px ;
z-index : 1 ;
2015-07-18 13:45:18 +01:00
padding : 10 px ;
border-radius : 15 px ;
background-color : #ffffff ;
2016-02-17 11:57:17 -07:00
display : none ;
2015-07-18 13:45:18 +01:00
box-shadow : rgba ( 0 , 0 , 0 , 0.5 ) 0 px 0 px 10 px 0 px ;
}
div . vis-color-picker div . vis-arrow {
position : absolute ;
top : 147 px ;
left : 5 px ;
}
2016-02-17 11:57:17 -07:00
div . vis-color-picker div . vis-arrow :: after ,
div . vis-color-picker div . vis-arrow :: before {
2015-07-18 13:45:18 +01:00
right : 100 % ;
top : 50 % ;
border : solid transparent ;
content : " " ;
height : 0 ;
width : 0 ;
position : absolute ;
pointer-events : none ;
}
div . vis-color-picker div . vis-arrow : after {
border-color : rgba ( 255 , 255 , 255 , 0 );
border-right-color : #ffffff ;
border-width : 30 px ;
margin-top : -30 px ;
}
div . vis-color-picker div . vis-color {
position : absolute ;
width : 289 px ;
height : 289 px ;
cursor : pointer ;
}
div . vis-color-picker div . vis-brightness {
position : absolute ;
top : 313 px ;
}
div . vis-color-picker div . vis-opacity {
position : absolute ;
top : 350 px ;
}
div . vis-color-picker div . vis-selector {
position : absolute ;
top : 137 px ;
left : 137 px ;
width : 15 px ;
height : 15 px ;
border-radius : 15 px ;
border : 1 px solid #ffffff ;
background : #4c4c4c ; /* Old browsers */
background : -moz- linear-gradient ( top , #4c4c4c 0 % , #595959 12 % , #666666 25 % , #474747 39 % , #2c2c2c 50 % , #000000 51 % , #111111 60 % , #2b2b2b 76 % , #1c1c1c 91 % , #131313 100 % ); /* FF3.6+ */
background : -webkit- gradient ( linear , left top , left bottom , color-stop ( 0 % , #4c4c4c ), color-stop ( 12 % , #595959 ), color-stop ( 25 % , #666666 ), color-stop ( 39 % , #474747 ), color-stop ( 50 % , #2c2c2c ), color-stop ( 51 % , #000000 ), color-stop ( 60 % , #111111 ), color-stop ( 76 % , #2b2b2b ), color-stop ( 91 % , #1c1c1c ), color-stop ( 100 % , #131313 )); /* Chrome,Safari4+ */
background : -webkit- linear-gradient ( top , #4c4c4c 0 % , #595959 12 % , #666666 25 % , #474747 39 % , #2c2c2c 50 % , #000000 51 % , #111111 60 % , #2b2b2b 76 % , #1c1c1c 91 % , #131313 100 % ); /* Chrome10+,Safari5.1+ */
background : -o- linear-gradient ( top , #4c4c4c 0 % , #595959 12 % , #666666 25 % , #474747 39 % , #2c2c2c 50 % , #000000 51 % , #111111 60 % , #2b2b2b 76 % , #1c1c1c 91 % , #131313 100 % ); /* Opera 11.10+ */
background : -ms- linear-gradient ( top , #4c4c4c 0 % , #595959 12 % , #666666 25 % , #474747 39 % , #2c2c2c 50 % , #000000 51 % , #111111 60 % , #2b2b2b 76 % , #1c1c1c 91 % , #131313 100 % ); /* IE10+ */
background : linear-gradient ( to bottom , #4c4c4c 0 % , #595959 12 % , #666666 25 % , #474747 39 % , #2c2c2c 50 % , #000000 51 % , #111111 60 % , #2b2b2b 76 % , #1c1c1c 91 % , #131313 100 % ); /* W3C */
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#4c4c4c' , endColorstr = '#131313' , GradientType = 0 ); /* IE6-9 */
}
div . vis-color-picker div . vis-new-color {
position : absolute ;
width : 140 px ;
height : 20 px ;
border : 1 px solid rgba ( 0 , 0 , 0 , 0.1 );
border-radius : 5 px ;
top : 380 px ;
left : 159 px ;
text-align : right ;
padding-right : 2 px ;
font-size : 10 px ;
color : rgba ( 0 , 0 , 0 , 0.4 );
vertical-align : middle ;
line-height : 20 px ;
}
div . vis-color-picker div . vis-initial-color {
position : absolute ;
width : 140 px ;
height : 20 px ;
border : 1 px solid rgba ( 0 , 0 , 0 , 0.1 );
border-radius : 5 px ;
top : 380 px ;
left : 10 px ;
text-align : left ;
padding-left : 2 px ;
font-size : 10 px ;
color : rgba ( 0 , 0 , 0 , 0.4 );
vertical-align : middle ;
line-height : 20 px ;
}
div . vis-color-picker div . vis-label {
position : absolute ;
width : 300 px ;
left : 10 px ;
}
div . vis-color-picker div . vis-label . vis-brightness {
top : 300 px ;
}
div . vis-color-picker div . vis-label . vis-opacity {
top : 338 px ;
}
div . vis-color-picker div . vis-button {
position : absolute ;
width : 68 px ;
height : 25 px ;
border-radius : 10 px ;
vertical-align : middle ;
text-align : center ;
line-height : 25 px ;
top : 410 px ;
border : 2 px solid #d9d9d9 ;
background-color : #f7f7f7 ;
cursor : pointer ;
}
div . vis-color-picker div . vis-button . vis-cancel {
/*border:2px solid #ff4e33;*/
/*background-color: #ff7761;*/
left : 5 px ;
}
div . vis-color-picker div . vis-button . vis-load {
/*border:2px solid #a153e6;*/
/*background-color: #cb8dff;*/
left : 82 px ;
}
div . vis-color-picker div . vis-button . vis-apply {
/*border:2px solid #4588e6;*/
/*background-color: #82b6ff;*/
left : 159 px ;
}
div . vis-color-picker div . vis-button . vis-save {
/*border:2px solid #45e655;*/
/*background-color: #6dff7c;*/
left : 236 px ;
}
div . vis-color-picker input . vis-range {
width : 290 px ;
height : 20 px ;
}
/* TODO: is this redundant?
div.vis-color-picker input.vis-range-brightness {
width: 289px !important;
}
2015-03-28 13:50:19 +00:00
2015-07-18 13:45:18 +01:00
div.vis-color-picker input.vis-saturation-range {
width: 289px !important;
}*/