You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/05/24 12:51:52 UTC

[29/50] [abbrv] ignite git commit: IGNITE-8298 Web Console: Fixed tables UI issues.

IGNITE-8298 Web Console: Fixed tables UI issues.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7c118e40
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7c118e40
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7c118e40

Branch: refs/heads/ignite-5789-1
Commit: 7c118e40965d9a88aceb542ff23036593683708c
Parents: 556f460
Author: Dmitriy Shabalin <dm...@gmail.com>
Authored: Tue May 22 16:49:48 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue May 22 16:49:48 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/primitives/ui-grid-header/index.scss            | 4 ++++
 modules/web-console/frontend/app/primitives/ui-grid/index.scss   | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7c118e40/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss b/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
index 4d5d455..7c2efc3 100644
--- a/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
+++ b/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
@@ -20,6 +20,10 @@
 .ui-grid-header--subcategories {
     border-color: $table-border-color;
 
+    .ui-grid-header-canvas {
+        background-color: #f5f5f5;
+    }
+
     .ui-grid-row:nth-child(even) .ui-grid-cell.cell-total {
         background-color: rgba(102,175,233,.6);
     }

http://git-wip-us.apache.org/repos/asf/ignite/blob/7c118e40/modules/web-console/frontend/app/primitives/ui-grid/index.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/primitives/ui-grid/index.scss b/modules/web-console/frontend/app/primitives/ui-grid/index.scss
index 2a5c587..a450090 100644
--- a/modules/web-console/frontend/app/primitives/ui-grid/index.scss
+++ b/modules/web-console/frontend/app/primitives/ui-grid/index.scss
@@ -147,6 +147,10 @@
     }
 
     .ui-grid-header--subcategories {
+        .ui-grid-header-canvas {
+            background-color: white;
+        }
+
         .ui-grid-header-span.ui-grid-header-cell {
             background: initial;