From 76384ddb4d6de98203c92a9003f9e2d7c1699f7b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 26 Mar 2019 10:04:01 +0100 Subject: [PATCH] Change nm header bg color --- pixelegg/css/mobile.css | 3 ++- pixelegg/css/monochrome.css | 3 ++- pixelegg/css/pixelegg.css | 3 ++- pixelegg/less/layout_table.less | 3 ++- pixelegg/mobile/fw_mobile.css | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 467858f4bd..3a2a9f563b 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5490,9 +5490,10 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border: 1px solid #B4B4B4; + border-top: transparent; vertical-align: middle; overflow: auto; - background-color: #f0f0f0; + background-color: #f8f8f8; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 7618d2b90b..67a35c45ae 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -5479,9 +5479,10 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border: 1px solid #B4B4B4; + border-top: transparent; vertical-align: middle; overflow: auto; - background-color: #f0f0f0; + background-color: #f8f8f8; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 4cb5024c8d..59ea254b3c 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5490,9 +5490,10 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border: 1px solid #B4B4B4; + border-top: transparent; vertical-align: middle; overflow: auto; - background-color: #f0f0f0; + background-color: #f8f8f8; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf; diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index ca5f963bed..da725adf3c 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -78,9 +78,10 @@ table.egwGridView_outer{ font-weight: normal; padding: 3px 1px 3px 4px; border: 1px solid @gray_30; + border-top: transparent; vertical-align: middle; overflow: auto; - .background_color_10_gray; + background-color: #f8f8f8; &:hover { .background_color_25_gray; .color_0_gray; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 4b591d873f..a8e3d6a12c 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5501,9 +5501,10 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border: 1px solid #B4B4B4; + border-top: transparent; vertical-align: middle; overflow: auto; - background-color: #f0f0f0; + background-color: #f8f8f8; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf;