Change notif point from image to css background
This commit is contained in:
@@ -52,13 +52,14 @@
|
||||
opacity: 1;
|
||||
}
|
||||
a.has_notif::after {
|
||||
background-image: url("moz-extension://__MSG_@@extension_id__/images/notif.svg"), url("chrome-extension://__MSG_@@extension_id__/images/notif.svg");
|
||||
background-size: 13px 13px;
|
||||
background-color: #FF0000;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
top: -13px;
|
||||
right: -3px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
right: 3px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: "";
|
||||
}
|
||||
.shortcut_element_image {
|
||||
|
||||
Reference in New Issue
Block a user