mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-28 07:45:09 +00:00
24 lines
755 B
C++
24 lines
755 B
C++
diff --git a/browser/components/screenshots/overlay/overlay.css b/browser/components/screenshots/overlay/overlay.css
|
|
index 94d87522bfaaf59b9138ec5ca960be0a0ea31339..ab3fa41cefdfc1d93edeb8a2d626bd9b1e07344b 100644
|
|
--- a/browser/components/screenshots/overlay/overlay.css
|
|
+++ b/browser/components/screenshots/overlay/overlay.css
|
|
@@ -200,6 +200,9 @@
|
|
pointer-events: none;
|
|
position: absolute;
|
|
z-index: var(--screenshots-high-layer);
|
|
+ transition: all .1s;
|
|
+ border: 2px solid rgba(255,255,255,.4);
|
|
+ border-radius: 6px;
|
|
}
|
|
|
|
#top-background {
|
|
@@ -218,7 +221,7 @@
|
|
}
|
|
|
|
.bghighlight {
|
|
- background-color: var(--background-color-overlay);
|
|
+ background-color: rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
overflow: clip;
|
|
pointer-events: none;
|