Some tasks icon artwork

This commit is contained in:
Thomas Bruederli 2012-07-13 12:48:36 +02:00
parent 58ab2fdc8b
commit c20a07f314
3 changed files with 8 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -13,13 +13,13 @@
*/
#taskbar a.button-tasklist span.button-inner {
background-image: url(taskbaricon.png);
background-image: url(buttons.png);
background-position: 0 0;
}
#taskbar a.button-tasklist:hover span.button-inner,
#taskbar a.button-tasklist.button-selected span.button-inner {
background-position: 0 -44px;
background-position: 0 -26px;
}
#sidebar {
@ -165,6 +165,7 @@
display: inline-block;
color: #004458;
margin-right: 0.5em;
margin-bottom: 0.4em;
min-width: 1.2em;
cursor: pointer;
}
@ -215,6 +216,11 @@
white-space: nowrap;
}
#taskstoolbar a.button.newtask {
background-image: url(buttons.png);
background-position: center -53px;
}
.tasklistview #quicksearchbar {
top: -7px;
}