load_spec: null defaults for all fields
[conkeror.git] / style / default / minibuffer.css
blob253559ef20a7fc53c02a8946270a49efa6ad4bf6
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 #minibuffer {
5 border-top: 1px solid -moz-Dialog;
6 -moz-box-align: baseline;
9 #minibuffer-input {
10 background-color: -moz-field !important;
14 /* mode text widgets */
16 #minibuffer .mode-text-widget {
17 display: none;
20 #minibuffer[minibuffermode="message"] .mode-text-widget {
21 display: block;
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=""] {
30 display: none;
34 /* minibuffer highlighting */
36 #minibuffer.highlight {
37 background-color: Highlight;
38 color: HighlightText;
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; }
53 tree.completions {
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 {
61 border: none;
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 {
78 width: 16px;
79 height: 16px;
80 margin-right: 6px;