mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Infolog: urgent, high, low: fixed
This commit is contained in:
parent
f30740c421
commit
33f1b729e5
@ -3472,6 +3472,16 @@ table.egwGridView_grid tr td span {
|
|||||||
table.egwGridView_grid tr td span[id*="[info_subject]"] {
|
table.egwGridView_grid tr td span[id*="[info_subject]"] {
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid tr td span.high {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
table.egwGridView_grid tr td span.urgent {
|
||||||
|
color: red;
|
||||||
|
background-color: #ffdd73;
|
||||||
|
}
|
||||||
|
table.egwGridView_grid tr td span.low {
|
||||||
|
color: #373737;
|
||||||
|
}
|
||||||
table.egwGridView_grid tr td table.customfields tbody {
|
table.egwGridView_grid tr td table.customfields tbody {
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user