mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Adding rectangle tool
This commit is contained in:
@@ -154,6 +154,10 @@ ul, li {
|
||||
cursor: url(../img/tools/cursors/pen.png) 5 21, pointer;
|
||||
}
|
||||
|
||||
.tool-rectangle .drawing-canvas-container:hover {
|
||||
cursor: url(../img/tools/cursors/rectangle.png) 4 21, pointer;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tool section:
|
||||
@@ -211,6 +215,7 @@ ul, li {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: 5px solid #fff;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
.tool-icon:hover {
|
||||
@@ -243,6 +248,10 @@ ul, li {
|
||||
background: #fff url(../img/tools/icons/stroke.png) 3px 3px no-repeat;
|
||||
}
|
||||
|
||||
.tool-icon.tool-rectangle {
|
||||
background: #fff url(../img/tools/icons/rectangle.png) 3px 3px no-repeat;
|
||||
}
|
||||
|
||||
#preview-fps {
|
||||
width : 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user