mirror of https://gitee.com/bigwinds/arangodb
web ui
This commit is contained in:
parent
9f2703c7e5
commit
7fafacd2f9
|
@ -1778,7 +1778,7 @@ ul.script-dropdown-menu li.dropdown-item, .addButton, .deleteButton, a.headerBut
|
|||
cursor: pointer; }
|
||||
|
||||
nav.navbar, footer.footer {
|
||||
background-color: #F5F8F0;
|
||||
background-color: rgba(245, 248, 240, 0.95);
|
||||
color: #fff;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
|
|
|
@ -5034,9 +5034,9 @@ input[type="submit"].btn::-moz-focus-inner {
|
|||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: #000000;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.tooltip-arrow {
|
||||
|
@ -5092,15 +5092,9 @@ input[type="submit"].btn::-moz-focus-inner {
|
|||
background-color: #ffffff;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.popover.top {
|
||||
|
|
|
@ -8,7 +8,7 @@ $c-lightgreen-2-transp-bg: rgba(228, 236, 217, 0.8);
|
|||
*/
|
||||
$c-lightgreen-2-bg: #F5F8F0;
|
||||
$c-lightgreen-transp-bg: #F5F8F0;
|
||||
$c-lightgreen-2-transp-bg: #F5F8F0;
|
||||
$c-lightgreen-2-transp-bg: rgba(245, 248, 240, 0.95);
|
||||
|
||||
$c-positive: #8aa051;
|
||||
$c-positive-hover: #788f3d;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#documentsDiv {
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.document-info-div {
|
||||
margin-top: 20px;
|
||||
min-height: 0;
|
||||
|
|
Loading…
Reference in New Issue