Add css sections in tools.css

This commit is contained in:
Vince 2012-09-16 00:48:20 +02:00
parent 36476d5871
commit e52f0cbe6e

View File

@ -15,6 +15,9 @@
background-position: 7px 7px;
}
/*
* Framesheet level actions:
*/
.tool-icon.tool-save {
background-image: url(../img/tools/icons/save.png);
}
@ -23,6 +26,10 @@
background-image: url(../img/tools/icons/add-frame.png);
}
/*
* Tool icons:
*/
.tool-icon.tool-pen {
background-image: url(../img/tools/icons/pen.png);
}
@ -63,6 +70,10 @@
background-image: url(../img/tools/icons/color-palette.png);
}*/
/*
* Tool cursors:
*/
.tool-paint-bucket .drawing-canvas-container:hover {
cursor: url(../img/tools/cursors/paint-bucket.png) 14 12, pointer;
}