From 41c7bdeacd31e765243347daa243b935c7b6876e Mon Sep 17 00:00:00 2001 From: Stephen Horlander Date: Fri, 14 Feb 2014 14:16:33 +0100 Subject: [PATCH] [Australis] Bug 968595 - Adjust Click-to-Play Styling. r=dao --- browser/themes/shared/plugin-doorhanger.inc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/themes/shared/plugin-doorhanger.inc.css b/browser/themes/shared/plugin-doorhanger.inc.css index 6a9529554f12..b7dbad0d3ad1 100644 --- a/browser/themes/shared/plugin-doorhanger.inc.css +++ b/browser/themes/shared/plugin-doorhanger.inc.css @@ -26,7 +26,8 @@ } .click-to-play-plugins-notification-button-container { - background: linear-gradient(rgba(0,0,0,0.04) 60%, transparent); + background-color: hsla(210,4%,10%,.07); + border-top: 1px solid hsla(210,4%,10%,.12); padding: 10px; margin-top: 5px; }