Fix Quay notification icon
This commit is contained in:
parent
86584abba5
commit
fd3cf09bcc
1 changed files with 3 additions and 3 deletions
|
@ -3889,10 +3889,10 @@ have a fixed width and height (but it's not required).
|
||||||
}
|
}
|
||||||
|
|
||||||
i.quay-icon {
|
i.quay-icon {
|
||||||
background-image: url(/static/img/favicon.ico);
|
background-image: url(/static/img/quay_favicon.png);
|
||||||
background-size: 16px;
|
background-size: contain;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
i.flowdock-icon {
|
i.flowdock-icon {
|
||||||
|
|
Reference in a new issue