Skip to content

Commit e6f3494

Browse files
authored
Issue #12: Set background colors for simplified page (#13)
1 parent 642ed17 commit e6f3494

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/colors.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ td.active {
235235
border: 1px solid #cccccc;
236236
background-color: #f8f8f8;
237237
}
238+
.user-simplified-page-body {
239+
background-color: #f8f8f8;
240+
}
241+
.user-simplified-page-wrapper {
242+
background-color: #ffffff;
243+
}
238244
.ui-dialog .ui-dialog-content {
239245
background-color: #ffffff;
240246
}

0 commit comments

Comments
 (0)