Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alainm23/planify
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Mar 18, 2024
2 parents b93e9d3 + cd851be commit e438e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/io.github.alainm23.planify.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
<file alias="folder-download-symbolic.svg">resources/icons/folder-download-symbolic.svg</file>
<file alias="list-drag-handle-symbolic.svg">resources/icons/list-drag-handle-symbolic.svg</file>
<file alias="mailbox-symbolic.svg">resources/icons/mailbox-symbolic.svg</file>
<file alias="checkmark-small-symbolic.svg">resources/icons/checkmark-small-symbolic.svg</file>
</gresource>
</gresources>
4 changes: 4 additions & 0 deletions data/resources/icons/checkmark-small-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/resources/stylesheet/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ entry.flat:focus-within {
box-shadow: inset 0 0 0 1px shade(#1e63ec, 1.15),
inset 0 1px 0 0 shade(#1e63ec, 1.3), 0 1px 1px 0 shade(@bg_color, 0.85);
color: #fff;
-gtk-icon-source: -gtk-icontheme("emblem-ok-symbolic");
-gtk-icon-source: -gtk-icontheme("checkmark-small-symbolic");
-gtk-icon-shadow: 0 1px 1px shade(#1e63ec, 0.85);
}

Expand Down

0 comments on commit e438e44

Please sign in to comment.