asicsfree 发表于 2019-7-27 18:34:56

Goldendict历史高亮颜色如何定义?

本帖最后由 asicsfree 于 2019-7-27 18:53 编辑

https://imgur.com/v7zExfA



如图,选择一字时,高亮的颜包不明显,想要改颜色,如保改呢?


deeke 发表于 2019-7-27 19:58:20

本帖最后由 deeke 于 2019-7-27 19:59 编辑

修改 qt-style.css 。

MainWindow #historyPane #historyList::item:selected
{
   background-color: #FFFFFF;
   color: #333333;
}

MainWindow #historyPane #historyList::item:hover
{
   border: 1px solid #333333;
   color: #FFFFFF;
}
页: [1]
查看完整版本: Goldendict历史高亮颜色如何定义?