From ff9764171da825e15ac0d8b39a82cf4403e80ebc Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 1 Aug 2016 16:54:45 +0200 Subject: [PATCH] Fix border radius in nextmatch headers not getting properly rounded in firefox. --- pixelegg/css/mobile.css | 7 ++++--- pixelegg/css/pixelegg.css | 7 ++++--- pixelegg/less/layout_table.less | 8 ++++---- pixelegg/mobile/fw_mobile.css | 7 ++++--- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 9adff21c53..0453205b65 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5239,7 +5239,7 @@ table.egwGridView_outer { table.egwGridView_outer thead { max-height: 118px; overflow-y: auto; - background: #e0e0e0; + background: white; border-radius: 5px; } table.egwGridView_outer thead tr th { @@ -5247,13 +5247,14 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border-color: #B4B4B4; - border-left: 0px solid transparent; + border-left: 1px solid white; border-top: 0px solid transparent; - border-right: 2px solid white; + border-right: 1px solid white; border-bottom: 0px solid transparent; vertical-align: middle; overflow: auto; border-radius: 5px; + background: #e0e0e0; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 66059bd2c4..4969c9fe3c 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5228,7 +5228,7 @@ table.egwGridView_outer { table.egwGridView_outer thead { max-height: 118px; overflow-y: auto; - background: #e0e0e0; + background: white; border-radius: 5px; } table.egwGridView_outer thead tr th { @@ -5236,13 +5236,14 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border-color: #B4B4B4; - border-left: 0px solid transparent; + border-left: 1px solid white; border-top: 0px solid transparent; - border-right: 2px solid white; + border-right: 1px solid white; border-bottom: 0px solid transparent; vertical-align: middle; overflow: auto; border-radius: 5px; + background: #e0e0e0; } 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 2e6e7f2235..dd5cb1dd1d 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -71,7 +71,7 @@ table.egwGridView_outer{ thead { max-height: 118px; overflow-y: auto; - background: rgb(224, 224, 224); + background: white; border-radius: 5px; tr { @@ -82,15 +82,15 @@ table.egwGridView_outer{ font-weight: normal; padding: 3px 1px 3px 4px; border-color: @gray_30; - border-left: 0px solid transparent; + border-left: 1px solid white; border-top: 0px solid transparent; - border-right: 2px solid white; + border-right: 1px solid white; border-bottom: 0px solid transparent; vertical-align: middle; overflow: auto; border-radius:5px; - + background: rgb(224, 224, 224); &:hover { .background_color_25_gray; .color_0_gray; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index d1cd8c567c..f60e2aeeac 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5250,7 +5250,7 @@ table.egwGridView_outer { table.egwGridView_outer thead { max-height: 118px; overflow-y: auto; - background: #e0e0e0; + background: white; border-radius: 5px; } table.egwGridView_outer thead tr th { @@ -5258,13 +5258,14 @@ table.egwGridView_outer thead tr th { font-weight: normal; padding: 3px 1px 3px 4px; border-color: #B4B4B4; - border-left: 0px solid transparent; + border-left: 1px solid white; border-top: 0px solid transparent; - border-right: 2px solid white; + border-right: 1px solid white; border-bottom: 0px solid transparent; vertical-align: middle; overflow: auto; border-radius: 5px; + background: #e0e0e0; } table.egwGridView_outer thead tr th:hover { background-color: #bfbfbf;