mirror of https://gitee.com/bigwinds/arangodb
216 lines
3.3 KiB
CSS
216 lines
3.3 KiB
CSS
img.searchSubmit {
|
|
height: 16px;
|
|
margin-left: -18px;
|
|
margin-top: 11px;
|
|
opacity: 0.2;
|
|
position: absolute;
|
|
width: 16px;
|
|
background-image:url("../img/enter_icon.png");
|
|
}
|
|
|
|
.link > line{
|
|
cursor: pointer;
|
|
stroke-width: 2;
|
|
}
|
|
|
|
.node {
|
|
cursor: pointer;
|
|
}
|
|
.searchSubmit:hover {
|
|
opacity: 0.8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.toolbox {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
margin-bottom: -340px;
|
|
border-radius: 0px !important;
|
|
-webkit-border-radius: 0px !important;
|
|
-moz-border-radius: 0px !important;
|
|
border-style: solid;
|
|
border-width: 3px;
|
|
border-color: rgb(51, 51, 51);
|
|
}
|
|
|
|
.searchByAttribute, .searchEqualsLabel {
|
|
margin-top: 3px;
|
|
margin-right: 6px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
svg.graphViewer text {
|
|
font: 16px Arial;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.capitalize {
|
|
text-transform:capitalize;
|
|
}
|
|
|
|
|
|
div.mousepointer {
|
|
position: absolute;
|
|
margin: 0;
|
|
padding: 5px;
|
|
}
|
|
|
|
.modal-body th.actionCell {
|
|
width: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-body th.keyCell {
|
|
width: 170px;
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-body th.valueCell {
|
|
width: 300px;
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-body th.keyCell input {
|
|
width: 150px;
|
|
}
|
|
|
|
.modal-body th.valueCell input {
|
|
width: 290px;
|
|
}
|
|
|
|
div.gv_zoom_widget {
|
|
position: relative;
|
|
left: 95px;
|
|
width: 40px;
|
|
height: 300px;
|
|
margin-bottom: -322px;
|
|
}
|
|
div.gv_zoom_slider {
|
|
margin: 0px 17px;
|
|
width: 4px;
|
|
height: 200px;
|
|
}
|
|
|
|
div.gv_zoom_slider > .ui-slider-handle {
|
|
height:0.5em;
|
|
left:-0.55em;
|
|
}
|
|
|
|
div.gv_zoom_buttons_bg {
|
|
height: 40px;
|
|
margin-bottom:20px;
|
|
background-image: url("../img/gv_button_bg_reverse.png");
|
|
background-size: contain;
|
|
}
|
|
|
|
img.gv-throbber {
|
|
background-image:url("../img/swagger/throbber.gif");
|
|
}
|
|
|
|
pre.gv_object_view {
|
|
text-align: left;
|
|
white-space: pre;
|
|
}
|
|
|
|
input.gv_radio_button {
|
|
display: block;
|
|
width: auto;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
label.gv_dropdown_label {
|
|
color: white !important;
|
|
padding-left: 0px !important;
|
|
}
|
|
|
|
/*Overriding the slider UI*/
|
|
.ui-slider {
|
|
background: #333333;
|
|
}
|
|
|
|
.ui-slider-handle {
|
|
outline: none;
|
|
border-color: #686766;
|
|
background: white;
|
|
}
|
|
|
|
.ui-slider-handle.ui-state-focus {
|
|
outline: none;
|
|
border-color: #686766;
|
|
background: white;
|
|
}
|
|
|
|
.ui-slider-handle.ui-state-hover {
|
|
outline-color: #333333;
|
|
border-color: #686766;
|
|
background: white;
|
|
}
|
|
|
|
.gv_example_toggle {
|
|
background-color:#8F8D8C;
|
|
height: 29px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.gv_example_toggle:hover {
|
|
background-color:#8AA051;
|
|
}
|
|
|
|
legend.gv_inner {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.gv_zoom_widget .ui-state-default,
|
|
.gv_zoom_widget .ui-widget-content .ui-state-default,
|
|
.gv_zoom_widget .ui-widget-header .ui-state-default {
|
|
background: #F6F6F6;
|
|
}
|
|
|
|
|
|
ul.gv_configure_menu {
|
|
position: absolute;
|
|
left: auto;
|
|
right: 24px;
|
|
top: 18px;
|
|
}
|
|
|
|
span.gv_caret {
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
div.gv_colour_list {
|
|
position: relative;
|
|
right: 26px;
|
|
top: 20px;
|
|
text-align: right;
|
|
height: 680px;
|
|
overflow: auto;
|
|
margin-bottom: -100%;
|
|
float: right;
|
|
}
|
|
|
|
div.gv_colour_list li {
|
|
background-color: transparent;
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
div.queryline div.searchByAttribute > ul.dropdown-menu {
|
|
position: absolute;
|
|
border-radius: 0px;
|
|
top: 21px;
|
|
left: 5px;
|
|
width: 247px;
|
|
background-color: #333231;
|
|
color: white;
|
|
margin-bottom: 100%;
|
|
display: none;
|
|
/* background-color: #8F8D8C; */
|
|
}
|
|
|
|
/* Temporary */
|
|
#transparentPlaceholder {
|
|
margin-right: -100%;
|
|
}
|
|
|