Skip to content

Instantly share code, notes, and snippets.

@adrn
Created September 15, 2014 16:44
Show Gist options
  • Save adrn/76b259aeb2281e76c20b to your computer and use it in GitHub Desktop.
Save adrn/76b259aeb2281e76c20b to your computer and use it in GitHub Desktop.
More obvious edit mode
/* make the selected cell more obvious */
div.cell.selected {
background: #ECF0F1;
}
/* make a cell in edit mode *really* obvious */
div.cell.selected.edit_mode > div.input > div.input_prompt {
color: #ECF0F1;
background: rgb(83, 144, 107);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment