Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Selection background color */
- // selector copied from checkvist
- div.coreDiv.selectedTask,
- ul.comments li.comment.selectedTask div.coreNote,
- .scal .dayselected, .scal .calcontrol:hover, /* selection in due calendar */
- .scal .daybox:hover /* hover date in calendar */
- {
- background-color: lighten($selection-background-color, 10);
- }
- // selector copied from checkvist
- .selectedTask_focus > div.coreDiv,
- li.comment.selectedTask_focus div.coreNote,
- li.upload.selectedTask_focus /* attachment selection */
- {
- background-color: $selection-background-color;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement