home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / toolkit.jar / content / mozapps / autofill / advancedViewBindings.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  854b  |  30 lines

  1. #advancedTree {
  2.     -moz-binding: url("chrome://mozapps/content/autofill/advancedViewBindings.xml#edittree");
  3.     -moz-user-focus: normal !important;
  4.     -moz-user-select: text;
  5. }
  6. #advancedTree textbox {
  7.     min-height: 1.8em;
  8.     -moz-user-focus: normal !important;
  9.     -moz-user-select: text !important;
  10. }
  11. #advancedTree[editing] > treechildren:-moz-tree-row(selected) {
  12.     background-color: transparent;
  13.     border: none;
  14. }
  15.  
  16. #advancedFieldsTree {
  17.     -moz-binding: url("chrome://mozapps/content/autofill/advancedViewBindings.xml#edittree");
  18.     -moz-user-focus: normal !important;
  19.     -moz-user-select: text;
  20. }
  21. #advancedFieldsTree textbox {
  22.     min-height: 1.8em;
  23.     -moz-user-focus: normal !important;
  24.     -moz-user-select: text !important;
  25. }
  26. #advancedFieldsTree[editing] > treechildren:-moz-tree-row(selected) {
  27.     background-color: transparent;
  28.     border: none;
  29. }
  30.