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 >
Wrap
Cascading Style Sheet File
|
2005-07-29
|
854b
|
30 lines
#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;
}