mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:18:24 -04:00
Make the corner of the spreadsheet grey again
It was being overriden to white by the scrollable table code.
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