Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fixes #1631 Show the instructional text on a dark background to preve…
Browse files Browse the repository at this point in the history
…nt readability issues.
  • Loading branch information
fzzzy committed Oct 18, 2016
1 parent ea304ed commit 8b5ded7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ $overlay-z-index: 9999999999;

.pageshot-preview-overlay {
position: fixed;
display: flex;
justify-content: center;
top: 0;
left: 0;
height: 100%;
Expand All @@ -311,12 +313,13 @@ $overlay-z-index: 9999999999;
.pageshot-preview-instructions {
font-size: 12pt;
font-family: sans-serif;
text-align: center;
padding-top: 1.5em;
padding-left: 150px;
padding-right: 150px;
margin: 0.75em;
padding: 0.5em;
height: 1em;
vertical-align: middle;
color: #fff;
border-radius: 12px;
background-color: rgba(#000, 0.95);
z-index: 999999999;
}

Expand Down

0 comments on commit 8b5ded7

Please sign in to comment.