Provide a default value for extensions.update.url
[conkeror.git] / content / conkeror.css
blobf69f5b6e7c6fd9ce21bb1df89bddc88567315f08
1 @import url("chrome://global/skin/");
3 .minibuffer-text-input-mode[minibuffermode="message"],
4 .minibuffer-textarea-input-mode[minibuffermode="message"],
5 .minibuffer-select-input-mode[minibuffermode="message"],
6 .minibuffer-checkbox-input-mode[minibuffermode="message"],
7 .minibuffer-richedit-input-mode[minibuffermode="message"],
8 .minibuffer-quote-next-input-mode[minibuffermode="message"],
9 .minibuffer-quote-input-mode[minibuffermode="message"]{
10 background-color: #999999;
11 color: black;
14 #minibuffer[minibuffermode="message"] #minibuffer-prompt,
15 #minibuffer[minibuffermode="message"] #minibuffer-input,
16 #minibuffer[minibuffermode="input"] #minibuffer-message,
17 #minibuffer[minibuffermode="input"] #minibuffer-mode-indicator {
18 visibility: collapse;
21 .mode-line {
22 border-left: 1px solid rgb(230,230,230);
23 border-top: 1px solid rgb(230,230,230);
24 border-right: 1px solid rgb(100,100,100);
25 border-bottom: 1px solid rgb(100,100,100);
26 margin: 0 0 0 0;
27 background-color: rgb(200,200,200);
30 .mode-line label {
31 color: black;
34 .mode-line label.current-buffer-name-widget {
35 -moz-box-flex: 1;
38 window {
39 background-color: white;
43 /* Completions display */
44 tree.completions treechildren { border: none !important; }
46 tree.completions treecol { -moz-binding: none !important; }
47 tree.completions {
48 -moz-appearance: none !important;
49 border: 0px none !important;
50 margin: 0px !important;
51 border-top: 4px double #333333 !important;
52 background-color: #dcdad5 !important;
53 -moz-border-top-colors: -moz-initial !important;
54 color: black;
57 tree.completions treechildren::-moz-tree-row {
58 border: none;
61 tree.completions treechildren::-moz-tree-row(current) {
62 background-color: blue;
65 tree.completions treechildren::-moz-tree-cell-text(completion-description) {
66 color: green !important;
67 font-weight: bold !important;
70 tree.completions treechildren::-moz-tree-cell-text(current) {
71 color: white !important;
74 .panel {
75 border-top: 4px double #333333;
76 background-color: #dcdad5;
79 .panel .panel-row-label {
80 font-weight: bold;
84 /* tab bar */
86 #tab-bar {
87 -moz-box-pack: end;
90 .tab {
91 -moz-appearance: tab;
92 margin-top: 2px;
93 border-top: 2px solid;
94 border-right: 2px solid;
95 border-left: 2px solid;
96 border-bottom: 1px solid ThreeDHighlight;
97 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
98 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
99 -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
100 -moz-border-radius-topleft: 2px;
101 -moz-border-radius-topright: 2px;
102 -moz-border-radius-bottomright: 1px;
103 padding: 1px 4px 2px 4px;
104 background-color: -moz-Dialog;
105 color: -moz-DialogText;
106 min-width: 100px;
107 max-width: 250px;
108 -moz-box-flex: 100;
109 -moz-box-align: center;
112 .tab[selected="true"] {
113 margin-top: 0;
114 border-bottom-color: transparent;
115 padding: 1px 6px 4px 6px;
116 background-color: -moz-Dialog;
119 .tab-close-button {
120 -moz-appearance: none !important;
121 /*padding: 0px 4px 2px 0px;*/
122 padding: 0px 0px 0px 0px;
123 margin: 0px;
124 list-style-image: url("chrome://global/skin/icons/close.png") !important;
125 -moz-image-region: rect(0px, 16px, 16px, 0px);
126 border: none !important;
129 .tab[selected="false"] .tab-close-button {
130 display: none;
133 .tab-close-button:hover {
134 -moz-image-region: rect(0px, 32px, 16px, 16px);
137 .tab-close-button:active:hover {
138 -moz-image-region: rect(0px, 48px, 16px, 32px);
141 .tab-label {
142 -moz-box-flex: 100;
143 font: icon;
146 .tab[selected="true"] > .tab-label {
147 font-weight: bold;
150 .tab-icon {
151 min-width: 16px;
152 min-height: 16px;
153 max-width: 16px;
154 max-height: 16px;
155 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
156 -moz-margin-start: 4px;
157 -moz-margin-end: 3px;