2 @namespace url
("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
5 border-top: 1px solid
-moz-Dialog
;
6 -moz-box-align: baseline
;
10 background-color: -moz-field
!important
;
14 /* mode text widgets */
16 #minibuffer .mode-text-widget
{
20 #minibuffer[minibuffermode
="message"] .mode-text-widget
{
22 border-left: 1px solid threedshadow
;
23 padding-left: 4px !important
;
24 padding-right: 4px !important
;
25 margin-left: 0px !important
;
26 margin-right: 0px !important
;
29 #minibuffer[minibuffermode
="message"] .mode-text-widget
[value
=""] {
34 /* minibuffer highlighting */
36 #minibuffer.highlight
{
37 background-color: Highlight
;
41 #minibuffer.highlight
[minibuffermode
="message"] .mode-text-widget
{
42 border-left: 1px solid highlighttext
;
46 /* Completions display */
48 tree
.completions
{ margin: 0px !important
; }
50 tree
.completions treechildren
{ border: none
!important
; }
52 tree
.completions treecol
{ -moz-binding: none
!important
; }
54 -moz-appearance: none
!important
;
55 border: 0px none
!important
;
56 border-top: 1px solid
-moz-Dialog
!important
;
57 -moz-border-top-colors: -moz-initial
!important
;
60 tree
.completions
treechildren::-moz-tree-row
{
64 tree
.completions
treechildren::-moz-tree-row
(current
) {
65 background-color: Highlight
!important
;
66 color: HighlightText
!important
;
69 tree
.completions
treechildren::-moz-tree-cell-text
(completion-description
) {
70 font-weight: bold
!important
;
73 tree
.completions
treechildren::-moz-tree-cell-text
(current
) {
74 color: HighlightText
!important
;
77 tree
.completions
[hasicons
="true"] treechildren::-moz-tree-image
{