Skip to content

Commit

Permalink
bbox style
Browse files Browse the repository at this point in the history
  • Loading branch information
lxieyang committed Nov 19, 2020
1 parent 983534c commit 8180b63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Content/content.styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#screenshot-bbox {
border: 1px dashed red;
box-sizing: border-box;
border: 2px dashed rgba(255, 72, 0, 0.829);
background-color: rgba(182, 238, 144, 0.26);
}

.no-select {
Expand All @@ -9,4 +11,5 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: crosshair;
}

0 comments on commit 8180b63

Please sign in to comment.