home *** CD-ROM | disk | FTP | other *** search
- #advancedTree {
- -moz-binding: url("chrome://mozapps/content/autofill/advancedViewBindings.xml#edittree");
- -moz-user-focus: normal !important;
- -moz-user-select: text;
- }
- #advancedTree textbox {
- min-height: 1.8em;
- -moz-user-focus: normal !important;
- -moz-user-select: text !important;
- }
- #advancedTree[editing] > treechildren:-moz-tree-row(selected) {
- background-color: transparent;
- border: none;
- }
-
- #advancedFieldsTree {
- -moz-binding: url("chrome://mozapps/content/autofill/advancedViewBindings.xml#edittree");
- -moz-user-focus: normal !important;
- -moz-user-select: text;
- }
- #advancedFieldsTree textbox {
- min-height: 1.8em;
- -moz-user-focus: normal !important;
- -moz-user-select: text !important;
- }
- #advancedFieldsTree[editing] > treechildren:-moz-tree-row(selected) {
- background-color: transparent;
- border: none;
- }
-