dremjs-old/apps/Paint/stylesheets/style.css

22 lines
263 B
CSS

body {
margin: 20px;
}
canvas {
background: #fff;
border: 1px solid #ccc;
}
canvas:hover, canvas:active {
cursor: crosshair;
}
.compatibleBrowsersIcon {
width: 24px;
height: 24px;
}
.canvasIcon:hover {
cursor: pointer;
}