Commit before setting up a new deployment environment
This commit is contained in:
17
static/scss/material-kit-pro/plugins/pro/_list-check.scss
Normal file
17
static/scss/material-kit-pro/plugins/pro/_list-check.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
#completed-tasks label {
|
||||
text-decoration: line-through;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* Edit Task */
|
||||
ul li input[type=text] {
|
||||
display:none;
|
||||
}
|
||||
|
||||
ul li.editMode input[type=text] {
|
||||
display:block;
|
||||
}
|
||||
|
||||
ul li.editMode label {
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user