summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html')
-rw-r--r--chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html b/chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html
index 53dfb4a7fc9..217cc5ac639 100644
--- a/chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html
+++ b/chromium/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html
@@ -3,6 +3,7 @@
<link rel="import" href="../cr_icons_css.html">
<link rel="import" href="../icons.html">
<link rel="import" href="../paper_button_style_css.html">
+<link rel="import" href="../shared_vars_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
@@ -27,6 +28,14 @@
visibility: hidden;
}
+ :host-context([dark]) {
+ background: var(--google-grey-900);
+ background-image: linear-gradient(rgba(255, 255, 255, .04),
+ rgba(255, 255, 255, .04));
+ border-bottom-color: var(--google-grey-refresh-700);
+ color: var(--cr-secondary-text-color);
+ }
+
:host([show]) {
opacity: 1;
pointer-events: initial;