Skip to content

Commit 1055a3a

Browse files
committed
Changed the styling of the zoomer overlay slightly.
1 parent 69fd538 commit 1055a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-scripts/zoomer/zoomer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
.zoomer-overlay
1616
{
1717
position: absolute;
18-
background-color: rgba(197, 218, 241, .5);
18+
border: 1px solid rgba(55, 115, 211, 0.3);
19+
background-color: rgba(137, 173, 232, 0.2);
1920
cursor: move;
2021
display: none;
2122
}
@@ -26,7 +27,6 @@
2627
top: 0;
2728
width: 1px;
2829
height: 100%;
29-
background-color: #C5DAF1;
3030
cursor: ew-resize;
3131
}
3232

0 commit comments

Comments
 (0)