summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css14
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;