Moved user-relevant changes from Debian's changelog to NEWS.Debian
[conkeror.git] / style / window.css
blobb72ee80efa772426f7093edee0f40d1474fe2762
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[minibuffermode="message"] #minibuffer-prompt,
13 #minibuffer[minibuffermode="message"] #minibuffer-input,
14 #minibuffer[minibuffermode="input"] #minibuffer-message,
15 #minibuffer[minibuffermode="input"] #minibuffer-mode-indicator {
16 visibility: collapse;
19 window {
20 background-color: white;
24 /* Completions display */
25 tree.completions treechildren { border: none !important; }
27 tree.completions treecol { -moz-binding: none !important; }
28 tree.completions {
29 -moz-appearance: none !important;
30 border: 0px none !important;
31 border-top: 4px double #333333 !important;
32 background-color: #dcdad5 !important;
33 -moz-border-top-colors: -moz-initial !important;
34 color: black;
37 tree.completions treechildren::-moz-tree-row {
38 border: none;
41 tree.completions treechildren::-moz-tree-row(current) {
42 background-color: blue;
45 tree.completions treechildren::-moz-tree-cell-text(completion-description) {
46 color: green !important;
47 font-weight: bold !important;
50 tree.completions treechildren::-moz-tree-cell-text(current) {
51 color: white !important;
54 .panel {
55 border-top: 4px double #333333;
56 background-color: #dcdad5;
59 .panel .panel-row-label {
60 font-weight: bold;
63 .panel .url-panel-label {
64 font-weight: bold;