diff --git a/css/preview-film-section.css b/css/preview-film-section.css index 9d86e019..dd79e987 100644 --- a/css/preview-film-section.css +++ b/css/preview-film-section.css @@ -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; diff --git a/css/style.css b/css/style.css index f675b75a..62be2230 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/img/medium_canvas_background.png b/img/medium_canvas_background.png new file mode 100644 index 00000000..2b279524 Binary files /dev/null and b/img/medium_canvas_background.png differ