Merge pull request #1223 from coreos-inc/quaynotifyicon
Fix Quay notification icon
This commit is contained in:
commit
95f3787152
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 {
|
||||
background-image: url(/static/img/favicon.ico);
|
||||
background-size: 16px;
|
||||
background-image: url(/static/img/quay_favicon.png);
|
||||
background-size: contain;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
i.flowdock-icon {
|
||||
|
|
Reference in a new issue