Skip to content

Commit 28a3c54

Browse files
author
Kristan Kenney
committed
Fix background color of page when editing suspended objects
1 parent ced1c49 commit 28a3c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@ form#vstobjects {
31883188
}
31893189

31903190
form#vstobjects.suspended {
3191-
background-color: #EAEAEA;
3191+
background-color: #fff;
31923192
padding-bottom: 30px;
31933193
}
31943194

0 commit comments

Comments
 (0)