diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 01:29:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 01:29:02 -0400 |
| commit | fbd3a309bac74fa5b7384f536590f1f2a9d69f72 (patch) | |
| tree | 10a964d3c7e698687b5844cddf3185847c521d78 /css | |
| parent | 41c77a3357596c566d5b89283980e8d06f84c778 (diff) | |
change erase mode color
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css index 2034715..46a67bb 100644 --- a/css/sally.css +++ b/css/sally.css @@ -46,6 +46,17 @@ a:link, a:visited {text-decoration: none; color: #3b3740} .tool { cursor: pointer; } +.transparent { + background-color: transparent; + background-image: url(../img/gray-dither.gif); + background-size: 16px 16px; +} + +@media (-webkit-min-device-pixel-ratio: 2) { + .transparent { + background-size: 4px 4px; + } +} .rapper { cursor: crosshair; } body.grid span { border-right: 1px solid #444; border-top: 1px solid #444; border-bottom: 1px solid #444; } body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; } |
