mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Merge pull request #2439 from alphagov/fix-white-corner-cell-spreadsheet
Make the corner of the spreadsheet grey again
This commit is contained in:
@@ -179,7 +179,13 @@ details summary {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen-fixed-table {
|
.fullscreen-fixed-table {
|
||||||
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|
||||||
|
.table-field-heading-first {
|
||||||
|
background: $grey-4;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user