summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-28 13:33:08 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-28 13:33:08 +0300
commit45e4674c8aaa34292e4cc014ffea4d7e2bfed773 (patch)
tree80d0790e90ac333c2c25eace544cb4c50a27d811
parent10d0d1fb298102afcbdce2b25c052f4819175a54 (diff)
downloadopenbmc-45e4674c8aaa34292e4cc014ffea4d7e2bfed773.tar.xz
WEBUI: Fix table headers
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch10
1 files 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" <AKosteltsev@IBS.RU>
-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");