alan
6 years ago
19 changed files with 125 additions and 184 deletions
@ -1,70 +1,39 @@ |
|||||||
.dec-webui-dcm-layout{ |
.dec-webui-dcm-layout{ |
||||||
background-color: @background-color-normal; |
.title-item-selected{ |
||||||
.dcm-title{ |
color: @background-color-highlight; |
||||||
background-color: @background-color-default; |
border-bottom: solid 2px @border-color-highlight; |
||||||
.title-item-selected{ |
|
||||||
color: @background-color-highlight; |
|
||||||
border-bottom: solid 2px @border-color-highlight; |
|
||||||
} |
|
||||||
} |
} |
||||||
.dcm-link-group{ |
.dcm-link-left{ |
||||||
background-color: @background-color-default; |
.link-item{ |
||||||
.dcm-link-left{ |
&:hover{ |
||||||
.link-item{ |
background-color: @background-color-blue-transparent; |
||||||
&:hover{ |
|
||||||
background-color: @background-color-blue-transparent; |
|
||||||
.link-item-icon{ |
|
||||||
visibility: visible; |
|
||||||
} |
|
||||||
} |
|
||||||
.link-item-icon{ |
.link-item-icon{ |
||||||
visibility: hidden; |
visibility: visible; |
||||||
} |
} |
||||||
} |
} |
||||||
.left-item-selected{ |
.link-item-icon{ |
||||||
background-color: @background-color-blue-transparent; |
visibility: hidden; |
||||||
.link-title{ |
|
||||||
color: @font-color-highlight; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
} |
.left-item-selected{ |
||||||
.dcm-link-form{ |
background-color: @background-color-blue-transparent; |
||||||
.right-status-title{ |
.link-title{ |
||||||
color: @font-color-normal; |
|
||||||
} |
|
||||||
.right-status-board{ |
|
||||||
background-color: @background-color-normal; |
|
||||||
color: @font-color-normal; |
|
||||||
.card-font-success{ |
|
||||||
color: @font-color-success; |
|
||||||
font-size: @font-size-30; |
|
||||||
} |
|
||||||
.card-font-heighlight{ |
|
||||||
color: @font-color-highlight; |
color: @font-color-highlight; |
||||||
font-size: @font-size-30; |
|
||||||
} |
} |
||||||
} |
} |
||||||
.form-item-hint{ |
} |
||||||
color: @font-color-disabled; |
.dcm-link-form{ |
||||||
|
.card-font-success{ |
||||||
|
font-size: @font-size-30; |
||||||
} |
} |
||||||
.jndi-notice{ |
.card-font-heighlight{ |
||||||
color: @font-color-negative; |
font-size: @font-size-30; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
.dcm-link-more{ |
||||||
|
&:hover{ |
||||||
.dcm-link-more{ |
border: solid 1px @border-color-highlight; |
||||||
&:hover{ |
} |
||||||
border: solid 1px @border-color-highlight; |
|
||||||
} |
|
||||||
.dcm-link-more-text{ |
|
||||||
background: @background-color-light-gray; |
|
||||||
} |
|
||||||
} |
|
||||||
.show-content{ |
|
||||||
background-color: @background-color-default; |
|
||||||
.show-more{ |
|
||||||
background: @background-color-light-gray; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
|
@ -1,7 +1,7 @@ |
|||||||
@import "../../../node_modules/fineui/src/less/image.less"; |
@import "../../../node_modules/fineui/src/less/image.less"; |
||||||
@import "../lib/font.less"; |
@import "../lib/font.less"; |
||||||
|
|
||||||
.font(link-font, @font-link); |
.font(dcm-link-font, @font-link); |
||||||
.font(info-font, @font-link-info); |
.font(dcm-info-font, @font-link-info); |
||||||
.font(test-font, @font-link-test); |
.font(dcm-test-font, @font-link-test); |
||||||
.font(delete-font, @font-link-delete); |
.font(dcm-delete-font, @font-link-delete); |
Loading…
Reference in new issue