Skip to content
Snippets Groups Projects
Commit 140df87b authored by Steffen Michels's avatar Steffen Michels
Browse files

Merge branch '115-finish-button' into 'master'

Fix missing finish icon

Closes #115

See merge request !68
parents 816872f6 47088040
No related branches found
No related tags found
No related merge requests found
......@@ -71,3 +71,6 @@
.icon-preferences {
background-image: url('#{$icon-path}cog.png') !important;
}
.icon-finish {
background-image: url('#{$icon-path}flag.png') !important;
}
......@@ -62,6 +62,8 @@
background-image: url("/css/icons/arrow_right.png") !important; }
*.itasks-viewport .icon-preferences {
background-image: url("/css/icons/cog.png") !important; }
*.itasks-viewport .icon-finish {
background-image: url("/css/icons/flag.png") !important; }
*.itasks-viewport [tooltip] {
position: relative;
display: inline-block; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment