mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Change nm header bg color
This commit is contained in:
parent
881b690aae
commit
76384ddb4d
@ -5490,9 +5490,10 @@ table.egwGridView_outer thead tr th {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 3px 1px 3px 4px;
|
padding: 3px 1px 3px 4px;
|
||||||
border: 1px solid #B4B4B4;
|
border: 1px solid #B4B4B4;
|
||||||
|
border-top: transparent;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #f0f0f0;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
|
@ -5479,9 +5479,10 @@ table.egwGridView_outer thead tr th {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 3px 1px 3px 4px;
|
padding: 3px 1px 3px 4px;
|
||||||
border: 1px solid #B4B4B4;
|
border: 1px solid #B4B4B4;
|
||||||
|
border-top: transparent;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #f0f0f0;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
|
@ -5490,9 +5490,10 @@ table.egwGridView_outer thead tr th {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 3px 1px 3px 4px;
|
padding: 3px 1px 3px 4px;
|
||||||
border: 1px solid #B4B4B4;
|
border: 1px solid #B4B4B4;
|
||||||
|
border-top: transparent;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #f0f0f0;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
|
@ -78,9 +78,10 @@ table.egwGridView_outer{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 3px 1px 3px 4px;
|
padding: 3px 1px 3px 4px;
|
||||||
border: 1px solid @gray_30;
|
border: 1px solid @gray_30;
|
||||||
|
border-top: transparent;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
.background_color_10_gray;
|
background-color: #f8f8f8;
|
||||||
&:hover {
|
&:hover {
|
||||||
.background_color_25_gray;
|
.background_color_25_gray;
|
||||||
.color_0_gray;
|
.color_0_gray;
|
||||||
|
@ -5501,9 +5501,10 @@ table.egwGridView_outer thead tr th {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 3px 1px 3px 4px;
|
padding: 3px 1px 3px 4px;
|
||||||
border: 1px solid #B4B4B4;
|
border: 1px solid #B4B4B4;
|
||||||
|
border-top: transparent;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #f0f0f0;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
|
Loading…
Reference in New Issue
Block a user