mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Add css sections in tools.css
This commit is contained in:
parent
36476d5871
commit
e52f0cbe6e
@ -15,6 +15,9 @@
|
|||||||
background-position: 7px 7px;
|
background-position: 7px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Framesheet level actions:
|
||||||
|
*/
|
||||||
.tool-icon.tool-save {
|
.tool-icon.tool-save {
|
||||||
background-image: url(../img/tools/icons/save.png);
|
background-image: url(../img/tools/icons/save.png);
|
||||||
}
|
}
|
||||||
@ -23,6 +26,10 @@
|
|||||||
background-image: url(../img/tools/icons/add-frame.png);
|
background-image: url(../img/tools/icons/add-frame.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Tool icons:
|
||||||
|
*/
|
||||||
.tool-icon.tool-pen {
|
.tool-icon.tool-pen {
|
||||||
background-image: url(../img/tools/icons/pen.png);
|
background-image: url(../img/tools/icons/pen.png);
|
||||||
}
|
}
|
||||||
@ -63,6 +70,10 @@
|
|||||||
background-image: url(../img/tools/icons/color-palette.png);
|
background-image: url(../img/tools/icons/color-palette.png);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Tool cursors:
|
||||||
|
*/
|
||||||
|
|
||||||
.tool-paint-bucket .drawing-canvas-container:hover {
|
.tool-paint-bucket .drawing-canvas-container:hover {
|
||||||
cursor: url(../img/tools/cursors/paint-bucket.png) 14 12, pointer;
|
cursor: url(../img/tools/cursors/paint-bucket.png) 14 12, pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user