whitespace
[conkeror.git] / style / default / minibuffer.css
blob1c476baeb2c75c040e7fb89b435f473b7cc132bb
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;
13 #minibuffer-input .textbox-input-box {
14 width: 5em;
17 #minibuffer-input [anonid="annotation"] {
18 font-style: oblique;
21 #minibuffer-input [anonid="strut"] {
22 padding-right: 1em !important;
25 /* mode text widgets */
27 #minibuffer .mode-text-widget {
28 display: none;
31 #minibuffer[minibuffermode="message"] .mode-text-widget {
32 display: block;
33 border-left: 1px solid threedshadow;
34 padding-left: 4px !important;
35 padding-right: 4px !important;
36 margin-left: 0px !important;
37 margin-right: 0px !important;
40 #minibuffer[minibuffermode="message"] .mode-text-widget[value=""] {
41 display: none;
45 /* minibuffer highlighting */
47 #minibuffer.highlight {
48 background-color: Highlight;
49 color: HighlightText;
52 #minibuffer.highlight[minibuffermode="message"] .mode-text-widget {
53 border-left: 1px solid highlighttext;
57 /* Completions display */
59 tree.completions { margin: 0px !important; }
61 tree.completions treechildren { border: none !important; }
63 tree.completions treecol { -moz-binding: none !important; }
64 tree.completions {
65 -moz-appearance: none !important;
66 border: 0px none !important;
67 border-top: 1px solid -moz-Dialog !important;
68 -moz-border-top-colors: -moz-initial !important;
71 tree.completions treechildren::-moz-tree-row {
72 border: none;
75 tree.completions treechildren::-moz-tree-row(current) {
76 background-color: Highlight !important;
77 color: HighlightText !important;
80 tree.completions treechildren::-moz-tree-cell-text(completion-description) {
81 font-weight: bold !important;
84 tree.completions treechildren::-moz-tree-cell-text(current) {
85 color: HighlightText !important;
88 tree.completions[hasicons="true"] treechildren::-moz-tree-image {
89 width: 16px;
90 height: 16px;
91 margin-right: 6px;