mirror of https://gitee.com/bigwinds/arangodb
web ui firefox changes
This commit is contained in:
parent
b9d3abd291
commit
d9353a0fc8
|
@ -4568,7 +4568,7 @@ input.search-input {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-right: -6px;
|
margin-right: -1px;
|
||||||
width: 115px;
|
width: 115px;
|
||||||
outline: none;
|
outline: none;
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
|
@ -4583,10 +4583,13 @@ input.search-input {
|
||||||
.search-field {
|
.search-field {
|
||||||
margin-left: 10px; }
|
margin-left: 10px; }
|
||||||
.search-field .fa-search {
|
.search-field .fa-search {
|
||||||
color: #d2d2d2;
|
color: #D2D2D2;
|
||||||
margin-left: -22px;
|
margin-left: -22px;
|
||||||
font-size: 15pt;
|
font-size: 15pt;
|
||||||
opacity: 0.5; }
|
opacity: 0.5;
|
||||||
|
position: absolute;
|
||||||
|
right: 7px;
|
||||||
|
top: 7px; }
|
||||||
.search-field .fa-search:hover {
|
.search-field .fa-search:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
@ -4795,7 +4798,7 @@ div.headerBar > div.headerButtonBar {
|
||||||
.modal-body .tab-content {
|
.modal-body .tab-content {
|
||||||
min-height: 200px; }
|
min-height: 200px; }
|
||||||
.modal-body .tab-content .tab-pane {
|
.modal-body .tab-content .tab-pane {
|
||||||
border-top: 1px solid #888 !important;
|
border-top: 1px solid #666 !important;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
padding-top: 10px; }
|
padding-top: 10px; }
|
||||||
.modal-body .tab-content #appstore {
|
.modal-body .tab-content #appstore {
|
||||||
|
|
|
@ -125,8 +125,9 @@
|
||||||
#infoTab a,
|
#infoTab a,
|
||||||
#collectionTab a {
|
#collectionTab a {
|
||||||
background-color: $c-tab-inactive;
|
background-color: $c-tab-inactive;
|
||||||
border-bottom: 1px solid $c-collection-tab-border-bottom;
|
border-bottom: 1px solid $c-darker-grey;
|
||||||
border-radius: 0 !important;
|
border-top-left-radius: 4px !important;
|
||||||
|
border-top-right-radius: 4px !important;
|
||||||
color: $c-black;
|
color: $c-black;
|
||||||
font-size: 13px !important;
|
font-size: 13px !important;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
|
|
@ -6,7 +6,7 @@ input.search-input {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-right: -6px;
|
margin-right: -1px;
|
||||||
width: 115px;
|
width: 115px;
|
||||||
outline: none;
|
outline: none;
|
||||||
outline-color: $c-transp;
|
outline-color: $c-transp;
|
||||||
|
@ -27,10 +27,13 @@ input.search-input {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
.fa-search {
|
.fa-search {
|
||||||
color: #d2d2d2;
|
color: #D2D2D2;
|
||||||
margin-left: -22px;
|
margin-left: -22px;
|
||||||
font-size: 15pt;
|
font-size: 15pt;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
position: absolute;
|
||||||
|
right: 7px;
|
||||||
|
top: 7px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
|
@ -173,7 +173,7 @@
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
border-top: 1px solid $c-collection-tab-border-bottom !important;
|
border-top: 1px solid $c-darker-grey !important;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue