adma96

关于我

开发者信息
名称 adma96
注册时间 July 20, 2011
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

NoGlass

评分4星,满分5星

MUCH more usable. Thanks.

My only nit is that it's impossible to know what folder you are dropping a message on to. In case anyone would like "drag and drop feedback" to indicate which folder you are dropping a message into, here's my userChrome.css. Too bad for me that it took 2 hours of digging to realize that I needed to have "!important" in the rule!


/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

tree[seltype="cell"] > treechildren::-moz-tree-cell-text(dropOn),
tree[seltype="text"] > treechildren::-moz-tree-cell-text(dropOn),
treechildren::-moz-tree-cell-text(dropOn){
background-color: #bebebe !important;
}

这个评论是针对附加组件的一个早期版本的(0.1)。