Separate color for borders and blocked cells #75
DKMiller71
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
There are no exolve options to do this directly. However, you can just add a little JavaScript code to do this easily. Add the customizeExolve(...) function to your file, and change 'gray' to whatever you want.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Oh, I had made it so that it was "inset" like that. You can cover the whole block by changing to these lines in the code:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Revised version that I used:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These seem to be controlled by the same option (colour-background). Is there a way to set a different color for the border vs the blocked cells. For example, if you want a the blocked cells to have a white background but the cells to have black borders?
Beta Was this translation helpful? Give feedback.
All reactions