Skip to content

Commit 8180b63

Browse files
committed
bbox style
1 parent 983534c commit 8180b63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/Content/content.styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#screenshot-bbox {
2-
border: 1px dashed red;
2+
box-sizing: border-box;
3+
border: 2px dashed rgba(255, 72, 0, 0.829);
4+
background-color: rgba(182, 238, 144, 0.26);
35
}
46

57
.no-select {
@@ -9,4 +11,5 @@
911
-moz-user-select: none;
1012
-ms-user-select: none;
1113
user-select: none;
14+
cursor: crosshair;
1215
}

0 commit comments

Comments
 (0)