Skip to content

Commit 669562e

Browse files
committed
make that black by default, opt-in for red.
1 parent 70d884e commit 669562e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

public/stylesheets/DV/components/annotations.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
}
6060
.DV-accessRedact .DV-annotationRegion,
6161
.DV-accessRedact.DV-annotationRegion {
62-
background: #800;
62+
background: #000;
6363
border: 0;
6464
border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
6565
filter: none;
6666
-ms-filter: none;
6767
}
68-
.DV-blackRedactions .DV-accessRedact .DV-annotationRegion,
69-
.DV-blackRedactions .DV-accessRedact.DV-annotationRegion {
70-
background: #000;
68+
.DV-redRedactions .DV-accessRedact .DV-annotationRegion,
69+
.DV-redRedactions .DV-accessRedact.DV-annotationRegion {
70+
background: #800;
7171
}
7272
.DV-coverVisible .DV-accessPrivate .DV-annotationRegion {
7373
background: rgb(107, 194, 248);
@@ -148,10 +148,10 @@
148148
background: rgb(107, 194, 248);
149149
}
150150
.DV-activeAnnotation.DV-annotation.DV-accessRedact {
151-
background: #800;
151+
background: #000;
152152
}
153-
.DV-blackRedactions .DV-activeAnnotation.DV-annotation.DV-accessRedact {
154-
background: #000;
153+
.DV-redRedactions .DV-activeAnnotation.DV-annotation.DV-accessRedact {
154+
background: #800;
155155
}
156156

157157
/* ---------------------------------------------------- annotations - decoration */

0 commit comments

Comments
 (0)