browser-next-form-field: skip non-visible elements
[conkeror.git] / style / window.css
blob39bbe3bc12e3de7e37e228df380fa1a801f65c8b
1 /**
2 * (C) Copyright 2004-2006 Shawn Betts
3 * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
4 * (C) Copyright 2008 John J. Foerch
6 * Use, modification, and distribution are subject to the terms specified in the
7 * COPYING file.
8 **/
10 @import url("chrome://global/skin/");
12 .minibuffer-text-input-mode[minibuffermode="message"],
13 .minibuffer-textarea-input-mode[minibuffermode="message"],
14 .minibuffer-select-input-mode[minibuffermode="message"],
15 .minibuffer-checkbox-input-mode[minibuffermode="message"],
16 .minibuffer-richedit-input-mode[minibuffermode="message"],
17 .minibuffer-quote-next-input-mode[minibuffermode="message"],
18 .minibuffer-quote-input-mode[minibuffermode="message"]{
19 background-color: #999999;
20 color: black;
23 #minibuffer[minibuffermode="message"] #minibuffer-prompt,
24 #minibuffer[minibuffermode="message"] #minibuffer-input,
25 #minibuffer[minibuffermode="input"] #minibuffer-message,
26 #minibuffer[minibuffermode="input"] #minibuffer-mode-indicator {
27 visibility: collapse;
30 .mode-line {
31 padding: 2px;
32 border-left: 1px solid rgb(230,230,230);
33 border-top: 1px solid rgb(230,230,230);
34 border-right: 1px solid rgb(100,100,100);
35 border-bottom: 1px solid rgb(100,100,100);
36 background-color: rgb(200,200,200);
39 .mode-line label {
40 color: black;
43 .mode-line label.current-buffer-name-widget {
44 -moz-box-flex: 1;
47 window {
48 background-color: white;
52 /* Completions display */
53 tree.completions treechildren { border: none !important; }
55 tree.completions treecol { -moz-binding: none !important; }
56 tree.completions {
57 -moz-appearance: none !important;
58 border: 0px none !important;
59 border-top: 4px double #333333 !important;
60 background-color: #dcdad5 !important;
61 -moz-border-top-colors: -moz-initial !important;
62 color: black;
65 tree.completions treechildren::-moz-tree-row {
66 border: none;
69 tree.completions treechildren::-moz-tree-row(current) {
70 background-color: blue;
73 tree.completions treechildren::-moz-tree-cell-text(completion-description) {
74 color: green !important;
75 font-weight: bold !important;
78 tree.completions treechildren::-moz-tree-cell-text(current) {
79 color: white !important;
82 .panel {
83 border-top: 4px double #333333;
84 background-color: #dcdad5;
87 .panel .panel-row-label {
88 font-weight: bold;
91 .panel .url-panel-label {
92 font-weight: bold;