2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-06-19 01:06:45 +04:00
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
|
2008-11-12 17:03:36 +03:00
|
|
|
/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
|
|
|
|
textbox:not(.padded) {
|
2004-06-19 01:06:45 +04:00
|
|
|
cursor: default;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-07-28 20:05:37 +04:00
|
|
|
textbox[nomatch="true"][highlightnonmatches="true"] {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2008-11-12 17:03:36 +03:00
|
|
|
textbox:not(.padded) .textbox-input-box {
|
|
|
|
margin: 0 3px;
|
2004-06-19 01:06:45 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.textbox-input-box {
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: history button ::::: */
|
|
|
|
|
|
|
|
.autocomplete-history-dropmarker {
|
2006-08-28 19:56:47 +04:00
|
|
|
-moz-appearance: none !important;
|
|
|
|
border: none !important;
|
|
|
|
background-color: transparent !important;
|
2004-06-19 01:06:45 +04:00
|
|
|
padding: 0px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/autocomplete-dropmarker.png");
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: autocomplete popups ::::: */
|
|
|
|
|
2007-07-04 19:49:38 +04:00
|
|
|
panel[type="autocomplete"],
|
2007-11-30 07:57:57 +03:00
|
|
|
panel[type="autocomplete-richlistbox"],
|
2004-06-19 01:06:45 +04:00
|
|
|
.autocomplete-history-popup {
|
|
|
|
padding: 0px !important;
|
2008-02-13 13:57:08 +03:00
|
|
|
background-color: -moz-Field;
|
2004-06-19 01:06:45 +04:00
|
|
|
font: icon;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-history-popup {
|
|
|
|
max-height: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: tree ::::: */
|
|
|
|
|
|
|
|
.autocomplete-tree {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
border: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treecol {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
border: none !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell-text {
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
2007-07-23 01:58:49 +04:00
|
|
|
.autocomplete-treebody::-moz-tree-row {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2004-06-19 01:06:45 +04:00
|
|
|
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
|
2007-05-20 23:34:13 +04:00
|
|
|
background-color: Highlight;
|
2004-06-19 01:06:45 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
|
2007-05-20 23:34:13 +04:00
|
|
|
color: HighlightText !important;
|
2007-11-30 07:58:00 +03:00
|
|
|
}
|
|
|
|
|
2007-12-13 00:02:19 +03:00
|
|
|
.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
|
|
|
|
max-width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
/* ::::: richlistbox autocomplete ::::: */
|
|
|
|
|
|
|
|
.autocomplete-richlistbox {
|
2009-07-22 23:58:34 +04:00
|
|
|
-moz-appearance: none;
|
2007-11-30 07:57:57 +03:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-12-12 21:43:08 +03:00
|
|
|
.autocomplete-richlistitem[selected="true"] {
|
2007-11-30 07:57:57 +03:00
|
|
|
background-color: Highlight;
|
|
|
|
color: HighlightText;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-richlistitem {
|
2008-03-08 12:30:43 +03:00
|
|
|
padding: 1px 2px;
|
2009-03-26 15:52:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-richlistitem:not(:first-child) {
|
|
|
|
border-top: 1px solid ThreeDLightShadow;
|
2007-11-30 07:57:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac-site-icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2008-03-20 08:34:08 +03:00
|
|
|
margin: 0 5px -3px 3px;
|
2007-11-30 07:57:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac-type-icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-04-12 07:14:42 +04:00
|
|
|
.ac-extra > .ac-result-type-tag {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac-extra > .ac-comment {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
.ac-ellipsis-after {
|
|
|
|
margin: 2px 0px 0px 0px !important;
|
|
|
|
padding: 0;
|
2008-02-13 13:57:08 +03:00
|
|
|
min-width: 1.1em;
|
2007-11-30 07:57:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac-normal-text {
|
|
|
|
margin: 2px 0px 0px 0px !important;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-21 00:43:08 +03:00
|
|
|
.ac-normal-text > html|span {
|
2007-11-30 07:57:57 +03:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0;
|
2008-03-21 00:43:08 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html|span.ac-emphasize-text {
|
2007-11-30 07:57:57 +03:00
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2008-03-21 00:43:08 +03:00
|
|
|
html|span.ac-emphasize-alt {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
.ac-title, .ac-url {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2004-06-19 01:06:45 +04:00
|
|
|
/* ::::: textboxes inside toolbarpaletteitems ::::: */
|
|
|
|
|
|
|
|
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2004-12-01 01:54:13 +03:00
|
|
|
|
|
|
|
toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|