summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_security-labels.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/views/_security-labels.scss')
-rw-r--r--web-ui/app/scss/views/_security-labels.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_security-labels.scss b/web-ui/app/scss/views/_security-labels.scss
index ac966ded..5319eb1d 100644
--- a/web-ui/app/scss/views/_security-labels.scss
+++ b/web-ui/app/scss/views/_security-labels.scss
@@ -8,11 +8,19 @@
background: $success;
color: $white;
border-radius: 12px;
+ position: relative;
&:before {
font-family: FontAwesome;
}
+ &:hover:after {
+ content: attr(data-label);
+ font-size: 0.5rem;
+
+ @include tooltip(25px, 0px);
+ }
+
&--encrypted {
&:before {
content: "\f023";