mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix border radius in nextmatch headers not getting properly rounded in firefox.
This commit is contained in:
parent
ad5cf7abfe
commit
ff9764171d
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user