From b2a62ff40dac527676ac1ece441f17f7ce85170a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 9 Jan 2018 12:33:35 -0500 Subject: Bug 1429076 - Can we have a lock icon for requests in security-sensitive bugs in Requests Quick Look Dropdown? --- skins/standard/global.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 48e4754ab..1677d3271 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -353,6 +353,10 @@ pointer-events: none; } + #header .dropdown-panel .notifications a { + overflow: hidden; + } + #header .dropdown-panel .notifications img { float: left; border-radius: 50%; @@ -379,6 +383,16 @@ color: #999; } + #header .dropdown-panel .notifications .secure .icon { + display: inline; + font-size: 16px; + vertical-align: text-bottom; + } + + #header .dropdown-panel .notifications .secure .icon::before { + content: '\E88D'; + } + #header .dropdown-panel .loading, #header .dropdown-panel .empty { display: flex; -- cgit v1.2.3-24-g4f1b