From 45e4674c8aaa34292e4cc014ffea4d7e2bfed773 Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" Date: Tue, 28 Jun 2022 13:33:08 +0300 Subject: WEBUI: Fix table headers --- .../webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch index fd5a90eaa8..af5c796b6f 100644 --- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch +++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch @@ -1,14 +1,14 @@ -From cef5d582b6b67188882d347b20630218837f42fe Mon Sep 17 00:00:00 2001 +From 49eed9cc3b83eafd9429e7ad5de664c5fa19175e Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" -Date: Mon, 27 Jun 2022 23:19:20 +0300 -Subject: [PATCH 7/7] IBS: custom styles _tables.scss +Date: Tue, 28 Jun 2022 13:21:48 +0300 +Subject: [PATCH] IBS: custom styles _tables.scss --- src/assets/styles/bmc/custom/_tables.scss | 49 +++++++++++++---------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss -index e8b5a832..f2213e80 100644 +index e8b5a832..0bccee3a 100644 --- a/src/assets/styles/bmc/custom/_tables.scss +++ b/src/assets/styles/bmc/custom/_tables.scss @@ -3,16 +3,16 @@ @@ -37,7 +37,7 @@ index e8b5a832..f2213e80 100644 // thead-light added for specificity .thead-light th { -+ background-color: $gray-10; ++ background-color: $surface-secondary; vertical-align: middle; - border-top: 1px solid gray("300"); - border-bottom: 1px solid gray("300"); -- cgit v1.2.3