1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-25 07:41:30 +02:00
This commit is contained in:
Ryan Cramer
2019-03-04 11:44:30 -05:00
parent 621c34a417
commit 1d9279f421
2 changed files with 2 additions and 2 deletions

View File

@@ -14000,7 +14000,7 @@ a.tooltip:hover {
line-height: 1.4;
}
.PageList .ProcessListerTable tr.open {
background: linear-gradient(to right, transparent 0%, #f0f3f7 100%);
background: linear-gradient(to right, #fff 0%, #f0f3f7 100%);
}
.PageList .ProcessListerTable tr.open > td:first-child a.actions_toggle {
color: #d21846;

File diff suppressed because one or more lines are too long