mirror of https://gitee.com/bigwinds/arangodb
removed old background, changed some css
This commit is contained in:
parent
ba02f18d4c
commit
ee9cb07e8f
|
@ -5,7 +5,7 @@
|
|||
.api-actions {
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
background-color: rgba(0,0,0,0.03) !important;
|
||||
background-color: rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
|
||||
.api-actions .container {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
.thumbnails2 {
|
||||
padding-top: 1px !important;
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
margin-left:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
|||
padding-right: 0px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 40px;
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.thumbnails li {
|
||||
|
@ -217,7 +217,7 @@ border-top: 0;
|
|||
}
|
||||
|
||||
#collectionsDropdown2, #dashboardDropdownOut, #foxxDropdownOut {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
position:relative;
|
||||
display:none;
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -42,7 +42,7 @@ table.dataTable thead th {
|
|||
}
|
||||
|
||||
#documentsFooterBox {
|
||||
background-color: rgba(0,0,0,0.03);
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
|
@ -78,12 +78,12 @@ table.dataTable thead th {
|
|||
}
|
||||
|
||||
.arangoDropdown {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
#filterHeader, #importHeader, .arangoDropdownIn {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
@ -143,7 +143,7 @@ table.dataTable thead th {
|
|||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 40px;
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#documentsTableID thead {
|
||||
|
|
|
@ -150,7 +150,7 @@ textarea, .alert {
|
|||
|
||||
body {
|
||||
background-color: white !important;
|
||||
background: url("../img/bg_paper.gif") repeat scroll 0 0 #E5E1DD !important;
|
||||
/*background: url("../img/bg_paper.gif") repeat scroll 0 0 #E5E1DD !important;*/
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
@ -218,7 +218,7 @@ table .sorting {
|
|||
|
||||
/* ABOUT VIEW */
|
||||
#aboutDiv {
|
||||
background-color: rgba(0,0,0,0.03);
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
#queryDiv {
|
||||
background-color: rgba(0,0,0,0.03);
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
margin-top: 0px !important;
|
||||
padding-top: 33px !important;
|
||||
padding-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue