mirror of https://gitee.com/bigwinds/arangodb
changed icons for importing and exporting json collections
This commit is contained in:
parent
7e99c16f01
commit
afe860262b
|
@ -22,12 +22,12 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="enabled">
|
<li class="enabled">
|
||||||
<a id="importCollection" class="headerButton">
|
<a id="importCollection" class="headerButton">
|
||||||
<span class="icon_arangodb_import" title="Upload documents from JSON file"></span>
|
<span title="Upload documents from JSON file"><i class="fa fa-upload"></i></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="enabled">
|
<li class="enabled">
|
||||||
<a id="exportCollection" class="headerButton">
|
<a id="exportCollection" class="headerButton">
|
||||||
<span class="icon_arangodb_export" title="Download documents as JSON file"></span>
|
<span title="Download documents as JSON file"><i class="fa fa-download"></i></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="enabled">
|
<li class="enabled">
|
||||||
|
|
|
@ -170,6 +170,20 @@ a.headerButton {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#exportCollection {
|
||||||
|
i {
|
||||||
|
margin-left: -3px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#importCollection {
|
||||||
|
i {
|
||||||
|
margin-left: -3px !important;
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//Graph Viewer
|
//Graph Viewer
|
||||||
|
|
||||||
div.toolbox {
|
div.toolbox {
|
||||||
|
|
|
@ -1760,6 +1760,14 @@ a.headerButton {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #788f3d; }
|
color: #788f3d; }
|
||||||
|
|
||||||
|
#exportCollection i {
|
||||||
|
margin-left: -3px !important; }
|
||||||
|
|
||||||
|
#importCollection i {
|
||||||
|
margin-left: -3px !important;
|
||||||
|
position: relative;
|
||||||
|
top: -1px; }
|
||||||
|
|
||||||
div.toolbox {
|
div.toolbox {
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
|
|
Loading…
Reference in New Issue