Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
当选项卡的标题更改时,会发生这种发光通知效果。
要查看该内容,请使用一些 Javascript 创建一个 HTML 文件,该文件稍后会更改其标题,例如:
setTimeout(function() { window.document.title = "New title!"; }, 3000);
打开它,固定它,然后更改为不同的选项卡。 3 秒后,固定的选项卡应发光。
Firefox 4 也做到了这一点。
哦,实际上读一下你现在想做的事情。不要以为你可以改变颜色,不。
This glow notification effect happens when the tab's title is changed.
To see, create an HTML file with some Javascript that changes its title after a moment, like:
Open it, pin it, then change to a different tab. After the 3 seconds, the pinned tab should glow.
Firefox 4 also does this.
Oh, actually read what you were trying to do now. Don't think you can change the colour, no.
您可以更改主题(此处),以便现有的突出显示更加明显。它是白光,因此您可以(例如)使用“灰度”主题。
我尝试了一下,效果更好了;尽管背景闪光/颜色变化会比灯光高亮恕我直言要好得多。
You could change your theme (here) so the existing highlight is more obvious. It's a white glow, so you could (for example) use the 'Greyscale' theme.
I tried it and it is better; though a background flash / colour change would be much better than the light highlight IMHO.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
当选项卡的标题更改时,会发生这种发光通知效果。
要查看该内容,请使用一些 Javascript 创建一个 HTML 文件,该文件稍后会更改其标题,例如:
打开它,固定它,然后更改为不同的选项卡。 3 秒后,固定的选项卡应发光。
Firefox 4 也做到了这一点。
哦,实际上读一下你现在想做的事情。不要以为你可以改变颜色,不。
This glow notification effect happens when the tab's title is changed.
To see, create an HTML file with some Javascript that changes its title after a moment, like:
Open it, pin it, then change to a different tab. After the 3 seconds, the pinned tab should glow.
Firefox 4 also does this.
Oh, actually read what you were trying to do now. Don't think you can change the colour, no.
您可以更改主题(此处),以便现有的突出显示更加明显。它是白光,因此您可以(例如)使用“灰度”主题。
我尝试了一下,效果更好了;尽管背景闪光/颜色变化会比灯光高亮恕我直言要好得多。
You could change your theme (here) so the existing highlight is more obvious. It's a white glow, so you could (for example) use the 'Greyscale' theme.
I tried it and it is better; though a background flash / colour change would be much better than the light highlight IMHO.