Fix background visual design

This commit is contained in:
Vince 2013-06-13 23:35:11 +02:00
parent 2b18165f86
commit 8e01afc31a
3 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@
.preview-tile .tile-overlay {
z-index: 10;
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(100, 100, 100, 0.6);
opacity: 0;
height: 30px;
width: 30px;
@ -107,9 +107,9 @@
opacity: 1.0;
}
.tile-overlay.tile-count {
.preview-tile .tile-overlay.tile-count {
display: block;
opacity: 0.5;
opacity: 1.0;
border-bottom-right-radius: 3px;
top: 0;
left: 0;

View File

@ -72,7 +72,7 @@ body {
}
.canvas-container .canvas-background {
background: url(../img/canvas_background.png) repeat;
background: url(../img/medium_canvas_background.png) repeat;
position: absolute;
top: 0;
right: 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B