|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
.database-connection-layout{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background-color: #f7f8fa; |
|
|
|
|
background-color: @background-color-normal; |
|
|
|
|
.title{ |
|
|
|
|
background-color: #fff; |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
background-color: @background-color-default; |
|
|
|
|
border-bottom: 1px solid @border-color-line; |
|
|
|
|
.dec-title-item{ |
|
|
|
|
height: 39px; |
|
|
|
|
line-height: 39px; |
|
|
|
@ -20,8 +20,8 @@
|
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.dec-title-item-selected{ |
|
|
|
|
color: #3685f2; |
|
|
|
|
border-bottom: solid 2px #3685f2; |
|
|
|
|
color: @background-color-highlight; |
|
|
|
|
border-bottom: @border-color-highlight; |
|
|
|
|
} |
|
|
|
|
.close-button { |
|
|
|
|
position: absolute !important; |
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
width: 30px; |
|
|
|
|
height: 30px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-image: url("../img/icon_close9x9_normal.png"); |
|
|
|
|
background-image: url("../../img/icon_close9x9_normal.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: center; |
|
|
|
|
} |
|
|
|
@ -38,25 +38,25 @@
|
|
|
|
|
.linkset{ |
|
|
|
|
margin: 10px; |
|
|
|
|
bottom: 0px; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
background-color: @background-color-default; |
|
|
|
|
} |
|
|
|
|
.linkStatus{ |
|
|
|
|
margin: 10px; |
|
|
|
|
top: 40px; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
background-color: @background-color-default; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.database-left{ |
|
|
|
|
border-right: 1px solid #e8eaed; |
|
|
|
|
border-right: 1px solid @border-color-line; |
|
|
|
|
.select-group{ |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
border-bottom: 1px solid @border-color-line; |
|
|
|
|
.select{ |
|
|
|
|
margin: 10px; |
|
|
|
|
.database-link-items{ |
|
|
|
|
padding-left:10px; |
|
|
|
|
.link-item{ |
|
|
|
|
border-top: 1px solid #e8eaed; |
|
|
|
|
border-top: 1px solid @border-color-line; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
line-height: 24px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
&:hover{ |
|
|
|
|
background-color: rgba(54,133,242,.05); |
|
|
|
|
background-color: @background-color-blue-transparent; |
|
|
|
|
.icons{ |
|
|
|
|
.action-icon{ |
|
|
|
|
visibility: visible !important; |
|
|
|
@ -92,9 +92,9 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.left-item-selected{ |
|
|
|
|
background-color: rgba(54,133,242,.05); |
|
|
|
|
background-color: @background-color-blue-transparent; |
|
|
|
|
.link-title{ |
|
|
|
|
color: #3685f2; |
|
|
|
|
color: @font-color-highlight; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -105,13 +105,13 @@
|
|
|
|
|
.bi-flex-center-adapt-layout{ |
|
|
|
|
height: 100%; |
|
|
|
|
.data-connection-background{ |
|
|
|
|
background: url(../img/resources.png) center center no-repeat; |
|
|
|
|
background: url(../../img/resources.png) center center no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.right-status-title{ |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
color: #3d4d66; |
|
|
|
|
border-bottom: 1px solid @border-color-line; |
|
|
|
|
color: @font-color-normal; |
|
|
|
|
line-height: 40px; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
font-weight: 700; |
|
|
|
@ -134,8 +134,8 @@
|
|
|
|
|
.right-status-board { margin-right: 25px; position: relative !important; left: 25px; } |
|
|
|
|
} |
|
|
|
|
.right-status-board{ |
|
|
|
|
background-color: #f7f8fa; |
|
|
|
|
color: #3d4d66; |
|
|
|
|
background-color: @background-color-normal; |
|
|
|
|
color: @font-color-normal; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
.right-status-board-item{ |
|
|
|
@ -145,11 +145,11 @@
|
|
|
|
|
display: inline-block; |
|
|
|
|
} |
|
|
|
|
.card-font1{ |
|
|
|
|
color: #13CD66; |
|
|
|
|
color: @font-color-success; |
|
|
|
|
font-size: 32px; |
|
|
|
|
} |
|
|
|
|
.card-font2{ |
|
|
|
|
color: #3685F2; |
|
|
|
|
color: @font-color-highlight; |
|
|
|
|
font-size: 32px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -159,8 +159,8 @@
|
|
|
|
|
.right-content{ |
|
|
|
|
height: 100%; |
|
|
|
|
.right-title{ |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
color: #3d4d66; |
|
|
|
|
border-bottom: 1px solid @border-color-line; |
|
|
|
|
color: @font-color-normal; |
|
|
|
|
line-height: 40px; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
.right-title-text{ |
|
|
|
@ -198,21 +198,21 @@
|
|
|
|
|
position: relative; |
|
|
|
|
flex-shrink: 0; |
|
|
|
|
margin-left: 5px; |
|
|
|
|
color: #9ea6b2; |
|
|
|
|
color: @font-color-disabled; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.shared-component-title{ |
|
|
|
|
height: 24px; |
|
|
|
|
line-height: 24px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
color: #9ea6b2; |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
color: @font-color-disabled; |
|
|
|
|
border-bottom: 1px solid @border-color-line; |
|
|
|
|
} |
|
|
|
|
.comfirm-content{ |
|
|
|
|
margin-top: 40px; |
|
|
|
|
margin-left: 20px; |
|
|
|
|
.comfirm-icon{ |
|
|
|
|
background-image: url("../img/warning.png"); |
|
|
|
|
background-image: url("../../img/warning.png"); |
|
|
|
|
background-size: contain; |
|
|
|
|
margin-right: 12px; |
|
|
|
|
} |
|
|
|
@ -236,9 +236,9 @@
|
|
|
|
|
margin-left: 10px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
border: solid 1px #fff; |
|
|
|
|
border: solid 1px @border-color-default; |
|
|
|
|
&:hover{ |
|
|
|
|
border: solid 1px #3480f2; |
|
|
|
|
border: solid 1px @border-color-highlight; |
|
|
|
|
} |
|
|
|
|
.selected{ |
|
|
|
|
position: absolute !important; |
|
|
|
@ -246,7 +246,7 @@
|
|
|
|
|
top: -1px; |
|
|
|
|
height: 30px; |
|
|
|
|
width: 30px; |
|
|
|
|
background: url(../img/database-selected.png) center center no-repeat; |
|
|
|
|
background: url(../../img/database-selected.png) center center no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
.text{ |
|
|
|
@ -256,7 +256,7 @@
|
|
|
|
|
padding-right: 2px; |
|
|
|
|
text-align: center; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
background: #F0F3F7; |
|
|
|
|
background: @background-color-light-gray; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -275,21 +275,21 @@
|
|
|
|
|
text-align: center; |
|
|
|
|
.loading-icon{ |
|
|
|
|
display: block; |
|
|
|
|
background: url(../img/loading.gif) center center no-repeat; |
|
|
|
|
background: url(../../img/loading.gif) center center no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
} |
|
|
|
|
.success-icon{ |
|
|
|
|
display: block; |
|
|
|
|
background: url(../img/success.png) center center no-repeat; |
|
|
|
|
background: url(../../img/success.png) center center no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
} |
|
|
|
|
.error-icon{ |
|
|
|
|
display: block; |
|
|
|
|
background: url(../img/error.png) center center no-repeat; |
|
|
|
|
background: url(../../img/error.png) center center no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
@ -304,29 +304,9 @@
|
|
|
|
|
.show-more{ |
|
|
|
|
text-align: left !important; |
|
|
|
|
height: 73px; |
|
|
|
|
background: #F2F4F7; |
|
|
|
|
background: @background-color-light-gray; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
padding: 5px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.link-font .b-font:before { |
|
|
|
|
content: "\e759"; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.link-text-font .b-font:before { |
|
|
|
|
content: "\e763"; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.info-font .b-font:before { |
|
|
|
|
content: "\e63c"; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.delete-font .b-font:before { |
|
|
|
|
content: "\e6c4"; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.jndi-notice{ |
|
|
|
|
color: red; |
|
|
|
|
} |