mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix background visual design
This commit is contained in:
parent
2b18165f86
commit
8e01afc31a
@ -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;
|
||||
|
@ -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;
|
||||
|
BIN
img/medium_canvas_background.png
Normal file
BIN
img/medium_canvas_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 418 B |
Loading…
Reference in New Issue
Block a user