diff --git a/app/assets/images/sprite.svg b/app/assets/images/sprite.svg index 0ccfc23b1..30a3d6fa8 100644 --- a/app/assets/images/sprite.svg +++ b/app/assets/images/sprite.svg @@ -173,14 +173,14 @@ - + - - - - + + + + @@ -192,6 +192,14 @@ + + + + + + + + diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 6dce89823..2da12603b 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -991,6 +991,16 @@ ol.tabs li { background-position: -70px -128px; } + .clock.icon { + height: 13px; + width: 14px; + background-position: -84px -115px; + } + .icon-switch:hover .clock.icon, + .task.active .clock.icon { + background-position: -84px -128px; + } + .channel.icon { width: 17px; height: 16px;