]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
Import ceph 15.2.8
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / notifications / notifications.component.scss
index 8a2269b1c466d972f28a293099274be54caf2520..cb83a0c021ea8a75013f2844c6cdf5785886eac0 100644 (file)
@@ -7,3 +7,21 @@
 .running:hover i {
   color: white;
 }
+
+a {
+  .dot {
+    background-color: $color-primary;
+    border: 2px solid $color-navbar-bg;
+    border-radius: 50%;
+    height: 11px;
+    position: absolute;
+    right: 17px;
+    top: 10px;
+    width: 10px;
+  }
+
+  &:hover .dot {
+    background-color: $color-solid-white;
+    border-color: $color-primary;
+  }
+}