Fix border radius in nextmatch headers not getting properly rounded in firefox.

This commit is contained in:
Hadi Nategh 2016-08-01 16:54:45 +02:00
parent ad5cf7abfe
commit ff9764171d
4 changed files with 16 additions and 13 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;