Some tasks icon artwork
This commit is contained in:
parent
58ab2fdc8b
commit
c20a07f314
3 changed files with 8 additions and 2 deletions
BIN
plugins/tasklist/skins/larry/buttons.png
Normal file
BIN
plugins/tasklist/skins/larry/buttons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
|
@ -13,13 +13,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#taskbar a.button-tasklist span.button-inner {
|
#taskbar a.button-tasklist span.button-inner {
|
||||||
background-image: url(taskbaricon.png);
|
background-image: url(buttons.png);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskbar a.button-tasklist:hover span.button-inner,
|
#taskbar a.button-tasklist:hover span.button-inner,
|
||||||
#taskbar a.button-tasklist.button-selected span.button-inner {
|
#taskbar a.button-tasklist.button-selected span.button-inner {
|
||||||
background-position: 0 -44px;
|
background-position: 0 -26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
@ -165,6 +165,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #004458;
|
color: #004458;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
margin-bottom: 0.4em;
|
||||||
min-width: 1.2em;
|
min-width: 1.2em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -215,6 +216,11 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#taskstoolbar a.button.newtask {
|
||||||
|
background-image: url(buttons.png);
|
||||||
|
background-position: center -53px;
|
||||||
|
}
|
||||||
|
|
||||||
.tasklistview #quicksearchbar {
|
.tasklistview #quicksearchbar {
|
||||||
top: -7px;
|
top: -7px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue