diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-09 18:33:35 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-09 18:33:35 +0100 |
commit | b2a62ff40dac527676ac1ece441f17f7ce85170a (patch) | |
tree | 7219c693633abdebfcedde6e4f2c1a0d9a43ab71 /skins | |
parent | 84780b25e91a4ad91549bc4a723e1f08916e8893 (diff) | |
download | bugzilla-b2a62ff40dac527676ac1ece441f17f7ce85170a.tar.gz bugzilla-b2a62ff40dac527676ac1ece441f17f7ce85170a.tar.xz |
Bug 1429076 - Can we have a lock icon for requests in security-sensitive bugs in Requests Quick Look Dropdown?
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; |