Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改“地点”中只读文件的图标。我想查看只读文件的锁定图标,例如选项卡图标。
我应该如何处理这个?
使用具有以下内容的自定义样式表:
@lockedimage: url('chrome://komodo/skin/images/locked-file_icon.png'); tab[widget="openfilesViewbox"] { .tab-icon[alt="Places"] { list-style-image: @lockedimage !important; } }
参考
使用 userChrome.css 自定义 Komodo
科莫多文件位置
科莫多图像存储库
科莫多图标样式表
科莫多图标变量