From bc094bd381d92d567bb6dea1550a2d1233f0e024 Mon Sep 17 00:00:00 2001 From: sunny Date: Fri, 22 Jun 2018 19:18:20 +0900 Subject: [PATCH] design --- .../component/request-summary.component.html | 13 ++++ .../component/search-result.component.html | 78 ++++++++++--------- .../component/service-selector.component.html | 2 +- .../noauth-probe-general.component.html | 50 ++++++------ .../probe/component/probe-host.component.html | 4 +- src/styles.scss | 37 ++++++++- 6 files changed, 116 insertions(+), 68 deletions(-) diff --git a/@overflow/discovery/component/request-summary.component.html b/@overflow/discovery/component/request-summary.component.html index 8acc404..7f5fa21 100644 --- a/@overflow/discovery/component/request-summary.component.html +++ b/@overflow/discovery/component/request-summary.component.html @@ -9,8 +9,20 @@ UDP +
+ +
+ {{service}} +
+
+ Services + + {{services.length}} services has selected. + +
+ \ No newline at end of file diff --git a/@overflow/discovery/component/search-result.component.html b/@overflow/discovery/component/search-result.component.html index 7e17698..7db2272 100644 --- a/@overflow/discovery/component/search-result.component.html +++ b/@overflow/discovery/component/search-result.component.html @@ -1,53 +1,55 @@ - +
+ - + - - - -
- {{node.label}} -
-
- - - -
-
- + + + +
+ {{node.label}}
+
- - - -
- + + +
+
+ +
- - -
-
- + + +
+ - - - + + +
+
+ +
-
-
- + + + - +
+
+ - + + + +
+ dataKey="id" (onRowSelect)="onSelect($event.data)" (onRowUnselect)="onUnselect($event.data)" class="ui-unbg-table"> -
-
- -
-
-
- -
-
- -
-
- - - - - - - +
+ +
+
+
+ +
+
+ +
+
+ + + -
-
- -
+ + + + +
+
+
-
-
+
+
\ No newline at end of file diff --git a/@overflow/probe/component/probe-host.component.html b/@overflow/probe/component/probe-host.component.html index 7333171..37292ec 100644 --- a/@overflow/probe/component/probe-host.component.html +++ b/@overflow/probe/component/probe-host.component.html @@ -3,7 +3,7 @@ -
+

Host

@@ -13,7 +13,7 @@
-
+
diff --git a/src/styles.scss b/src/styles.scss index 38be3a7..6ecf190 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1902,4 +1902,39 @@ body .ui-progressbar .ui-progressbar-value { } .ui-confirmdialog-message { white-space: pre-line; -} \ No newline at end of file +} +.ui-unbg-table{ + .ui-table .ui-table-tbody > tr:nth-child(odd) .ui-state-active, .ui-state-highlight { + background-color: #f4f4f4 !important; + color: #203976 !important; + font-weight: bold; + + .fa { + color: #ffffff; + } + + } + .ui-table .ui-table-tbody > tr:nth-child(odd) .ui-state-active, .ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active { + border-color: #3e464c!important; + background-color: #3e464c!important; + } + .ui-table .ui-table-tbody > tr:nth-child .ui-state-active, .ui-state-highlight { + background-color: #ffffff !important; + color: #203976 !important; + + .fa { + color: #ffffff; + } + } +} +//ui-togglebutton +body .ui-discovery .ui-button, .ui-togglebutton { + background-color: #f1f1f1 !important; + border: 1px solid #bdbdbd !important; + color: #212121 !important; +} +body .ui-discovery .ui-button, .ui-togglebutton:not(.ui-state-active):not(.ui-state-disabled):hover { +background-color: #e2e2e2 !important; } +body .ui-discovery .ui-button, .ui-togglebutton.ui-state-active { +background-color: #5180ce !important; +color: #ffffff !important; }