-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e1f7e1
commit 1b59259
Showing
15 changed files
with
147 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
/* | ||
* Copyright 2020-2024 elementary, Inc. (https://elementary.io) | ||
* SPDX-License-Identifier: GPL-3.0-or-later | ||
*/ | ||
|
||
editable-label entry { | ||
background: transparent; | ||
border: none; | ||
box-shadow: none; | ||
color: inherit; | ||
padding: 0; | ||
} | ||
|
||
entry-popover box { | ||
border-radius: 3px; | ||
background: @SILVER_300; | ||
} | ||
|
||
entry-popover button { | ||
color: @SILVER_900; | ||
font-size: 0.9em; | ||
font-weight: 600; | ||
} | ||
|
||
entry-popover.error box { | ||
background: alpha(@error_color, 0.2); | ||
} | ||
|
||
entry-popover.error button { | ||
color: @error_color; | ||
} | ||
|
||
row.task { | ||
transition: all 250ms ease-in-out; | ||
} | ||
|
||
row.task:focus:not(.card) { | ||
background-color: shade(@base_color, 0.8); | ||
} | ||
|
||
row.task.card { | ||
background-color: @base_color; | ||
margin-bottom: 12px; | ||
margin-top: 1px; | ||
padding-top: 6px; | ||
} | ||
|
||
row.task entry.flat { | ||
background: transparent; | ||
border-style: solid; | ||
border-color: transparent; | ||
padding: 0; | ||
} | ||
|
||
row.task entry.flat:focus { | ||
opacity: 1; | ||
} | ||
|
||
row.task:not(.card) entry.add-task { | ||
border-color: alpha(@text_color, 0.25); | ||
} | ||
|
||
row.task.drag-active { | ||
background-color: @bg_color; | ||
border: 1px solid @borders; | ||
border-radius: 3px; | ||
transition: none; | ||
} | ||
|
||
.source-color { | ||
background: @colorAccent; | ||
border: 1px solid @borders; | ||
border-radius: 50%; | ||
box-shadow: | ||
inset 0 1px 0 0 alpha(@inset_dark_color, 0.7), | ||
inset 0 0 0 1px alpha(@inset_dark_color, 0.3), | ||
0 1px 0 0 alpha(@bg_highlight_color, 0.3); | ||
min-height: 14px; | ||
min-width: 14px; | ||
} | ||
|
||
.sidebar image { | ||
color: @text_color; | ||
} | ||
|
||
.drop-hover { | ||
background-color: @selected_bg_color; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.