mirror of https://gitee.com/bigwinds/arangodb
379 lines
5.9 KiB
CSS
379 lines
5.9 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);
|
|
}
|
|
|
|
.toolbox > .btn {
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
background-color: rgb(51, 51, 51);
|
|
background-size: 50px 50px;
|
|
}
|
|
|
|
.toolbox > .btn:first-child {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.toolbox > .btn:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.btn-icon {
|
|
padding: 4px 4px;
|
|
background-color: rgb(56, 52, 52);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
button.graphViewer-icon-button {
|
|
border: medium none;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: -2px;
|
|
margin-left: 5px;
|
|
padding: 0px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
button.graphViewer-icon-button > img {
|
|
width:20px;
|
|
height:20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
|
|
.modal-body th.actionCell {
|
|
width: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-body th.actionCell > button {
|
|
margin-top: -12px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
button.gv-icon-small {
|
|
background-size: 16px 16px;
|
|
width:16px;
|
|
height:16px;
|
|
}
|
|
|
|
button.gv-icon-small.delete {
|
|
background-image:url("../img/icon_delete.png");
|
|
}
|
|
|
|
button.gv-icon-small.add {
|
|
background-image:url("../img/plus_icon.png");
|
|
}
|
|
|
|
|
|
button.gv-icon-btn {
|
|
width:36px;
|
|
height:36px;
|
|
background-size: 36px 36px;
|
|
border-radius: 0px !important;
|
|
-webkit-border-radius: 0px !important;
|
|
-moz-border-radius: 0px !important;
|
|
}
|
|
|
|
button.gv-icon-btn.active {
|
|
background-color: #8AA051
|
|
}
|
|
|
|
button.gv-icon-btn.edit{
|
|
background-image:url("../img/gv_edit.png");
|
|
}
|
|
|
|
button.gv-icon-btn.view{
|
|
background-image:url("../img/gv_view.png");
|
|
}
|
|
|
|
button.gv-icon-btn.add{
|
|
background-image:url("../img/gv_add.png");
|
|
}
|
|
|
|
button.gv-icon-btn.expand{
|
|
background-image:url("../img/gv_expand.png");
|
|
}
|
|
|
|
button.gv-icon-btn.drag{
|
|
background-image:url("../img/gv_drag.png");
|
|
}
|
|
|
|
button.gv-icon-btn.connect{
|
|
background-image:url("../img/gv_connect.png");
|
|
}
|
|
|
|
button.gv-icon-btn.trash{
|
|
background-image:url("../img/gv_trash.png");
|
|
}
|
|
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;
|
|
}
|
|
|
|
|
|
button.btn-zoom:hover {
|
|
background: inherit;
|
|
}
|
|
|
|
button.btn-zoom {
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
position: absolute;
|
|
background: none;
|
|
}
|
|
|
|
button.btn-zoom-top {
|
|
left: 13px;
|
|
top: 0px;
|
|
}
|
|
|
|
button.btn-zoom-left {
|
|
left: 0px;
|
|
top: 12px;
|
|
}
|
|
|
|
button.btn-zoom-bottom {
|
|
left: 13px;
|
|
top: 24px;
|
|
}
|
|
|
|
button.btn-zoom-right {
|
|
right: 0px;
|
|
top: 12px;
|
|
}
|
|
|
|
button.gv-zoom-btn {
|
|
width: 14px;
|
|
height: 14px;
|
|
background-size: 14px 14px;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
button.gv-zoom-btn.pan-right{
|
|
background-image:url("../img/gv_arrow_right.png");
|
|
}
|
|
button.gv-zoom-btn.pan-left{
|
|
background-image:url("../img/gv_arrow_left.png");
|
|
}
|
|
button.gv-zoom-btn.pan-top{
|
|
background-image:url("../img/gv_arrow_top.png");
|
|
}
|
|
button.gv-zoom-btn.pan-bottom{
|
|
background-image:url("../img/gv_arrow_bottom.png");
|
|
}
|
|
|
|
|
|
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;
|
|
}
|
|
|
|
button.gv_dropdown_entry {
|
|
width: 160px;
|
|
height: 30px;
|
|
margin: 4px 4px 4px 30px;
|
|
}
|
|
|
|
button.gv_context_button {
|
|
width: 65px;
|
|
}
|
|
|
|
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%;
|
|
}
|
|
|