I want the grey area (in the red circle in my screenshot) to be #000
, but I can't find a good selector for it.
Currently, the background blinks red
for less than a second and then turns grey. I painted another area green to be sure my Stylish Chrome extension is working.
#docs-chrome {
background: green;
}
#docs-edit-container, #docs-editor, .grid-container {
background: red !important;
}
Spent 20 minutes in Devtools. I just can't find it. The DOM of Google Sheets is pretty complex.