Καλώς ορίσατε στα πρόσθετα Thunderbird.

Προσθέστε επιπλέον χαρακτηριστικά και στυλ για κάνετε το Thunderbird δικό σας.

Κλείσιμο

Στο δρόμο;

Ελέγξτε τη σελίδα μας Mobile Πρόσθετα.

Κλείσιμο

adma96

Σχετικά με εμένα

Πληροφορίες δημιουργού
Όνομα adma96
Χρήστης από Ιούλ. 20, 2011
Αριθμός αναπτυγμένων προσθέτων 0 πρόσθετα
Μέση βαθμολογία προσθέτων προγραμματιστή Δεν έχει βαθμολογηθεί ακόμα

Οι κριτικές μου

NoGlass

Rated 4 out of 5 stars

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).