swap colors

This commit is contained in:
jdescottes
2014-07-08 20:07:38 +02:00
parent 0caacd6223
commit f589e71686
23 changed files with 1338 additions and 1267 deletions

View File

@@ -830,6 +830,12 @@ body {
background-size: 23px 23px;
}
.tool-icon.tool-colorswap {
background-image: url(../img/tools/swap-colors.png);
background-position: 6px 6px;
background-size: 36px 36px;
}
/*
* Tool cursors:
*/
@@ -2422,6 +2428,10 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
border: #999 3px solid;
}
.tile-view {
position : relative;
}
.preview-tile .tile-overlay {
z-index: 10;
position: absolute;