mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 20:42:24 +00:00
add minor styling improvement for task list
This commit is contained in:
parent
c848bf4ae2
commit
ef76a82002
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ task-list {
|
|||
&.as-sortable-dragging,
|
||||
&:focus {
|
||||
background: #eee;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.first-line {
|
||||
|
|
@ -83,6 +84,8 @@ task-list {
|
|||
&.is-current {
|
||||
border-bottom: 1px solid #333;
|
||||
background: #a9ed9f;
|
||||
color: #000;
|
||||
|
||||
.md-bar {
|
||||
background-color: #4fa758 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue