list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
}
+treechildren::-moz-tree-image(subjectCol, forwarded) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-reply.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, forwarded, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-reply.gif");
+}
+
.tabmail-tab[type="message"][Attachment="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
}
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-reply.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-reply.gif");
+}
+
.tabmail-tab[type="message"][IMAPDeleted="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
}
+treechildren::-moz-tree-image(subjectCol, forwarded, offline) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-offline-reply.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, forwarded, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline-reply.gif");
+}
+
.tabmail-tab[type="message"][Attachment="true"][Offline="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
}
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline-reply.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline-reply.gif");
+}
+
.tabmail-tab[type="message"][IMAPDeleted="true"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
*
* ***** END LICENSE BLOCK ***** */
+html {
+ height: 100%;
+}
+
+body {
+ height: 100%;
+ text-align: center;
+}
+
#errorPageContainer {
background-image: url("chrome://global/skin/icons/alert-exclam.gif");
+ display: -moz-box;
+ width: -moz-available;
+ height: 70%;
+ -moz-box-orient: vertical;
+ text-align: start;
+}
+
+#errorShortDesc > p {
+ margin-top: 0.4em;
+ margin-bottom: 0;
+}
+
+#errorLongContent, #errorTrailerDesc {
+ display: -moz-box;
+ -moz-box-flex: 1;
+ -moz-box-orient: vertical;
}
#tabList {
+ margin-top: 2.5em;
width: 100%;
- height: 12em;
+ min-height: 12em;
}
treechildren::-moz-tree-image(icon),
/* ::::: app menu button ::::: */
+.tab-drag-preview::before,
#appmenu-button {
background-color: #FF9F00;
background-clip: padding-box;
border-right: none;
}
+#main-window[privatebrowsingmode=temporary] .tab-drag-preview::before,
#main-window[privatebrowsingmode=temporary] #appmenu-button {
background-color: #6000CF;
color: #FFCF00;
/* ::::: bookmark items ::::: */
.bookmark-item {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
-moz-image-region: auto;
}
/* sync button */
-#sync-button {
+#sync-button:not([status]) {
list-style-image: url("chrome://browser/skin/Toolbar.png") !important; /* for making the palette work */
-moz-image-region: rect(0, 324px, 18px, 306px);
}
}
#page-proxy-favicon:not([src]) {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
#page-proxy-favicon[pageproxystate="invalid"] {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ opacity: 0.5;
}
#urlbar-throbber {
border-bottom-right-radius: 0px;
}
-#urlbar > toolbarbutton:not([disabled]):active:hover {
+#urlbar > toolbarbutton:not([disabled]):active:hover,
+#urlbar-reload-button:not(:hover) {
+ -moz-border-start-style: none;
-moz-padding-start: 4px;
- -moz-border-start: none;
+}
+
+#urlbar > toolbarbutton:not([disabled]):active:hover {
}
#urlbar-go-button {
.tab-icon-image {
width: 16px;
height: 16px;
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
-moz-image-region: auto;
-moz-margin-end: 3px;
}
outline: 1px dotted;
}
-/* Tab DnD indicator */
+/* Tab drag and drop */
+.tab-drag-panel {
+ border: 0 !important;
+}
+
+.tab-drag-label {
+ margin: 0 !important;
+ padding: 5px;
+ border: 1px solid #8050B0;
+}
+
+.tab-drag-panel:not([target]) > .tab-drag-label {
+ display: none;
+}
+
+.tab-drag-preview {
+ border: 1px solid #9C9CFF;
+}
+
.tab-drop-indicator {
list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
margin-bottom: -11px;
/* All tabs menupopup */
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
- list-style-image: url("chrome://global/skin/icons/folder-item.png");
- -moz-image-region: rect(0px, 16px, 16px, 0px);
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
-moz-image-region: auto;
}
#content {
background-color: transparent !important;
}
+
+/* Highlighter */
+
+.highlighter-veil {
+ background-color: rgba(0, 0, 0, 0.5);
+}
+
+#highlighter-close-button {
+ list-style-image: url("chrome://browser/skin/KUI-close.png");
+ top: 12px;
+ right: 12px;
+ cursor: pointer;
+}
+
+#highlighter-close-button:-moz-locale-dir(rtl) {
+ right: auto;
+ left: 12px;
+}
+
+highlighter-veil-transparentbox {
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
+ outline: 1px dashed rgba(255,255,255,0.5);
+ outline-offset: -1px;
+}
+
+#highlighter-veil-transparentbox[locked] {
+ box-shadow: 0 0 0 1px black;
+ outline-color: white;
+}
+++ /dev/null
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is the Mozilla Inspector Module.
- *
- * The Initial Developer of the Original Code is
- * The Mozilla Foundation.
- * Portions created by the Initial Developer are Copyright (C) 2011
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Rob Campbell <rcampbell@mozilla.com> (original author)
- * Paul Rouget <paul@mozilla.com>
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-body {
- margin: 0;
- overflow: hidden;
-}
-
-#close-button {
- background-image: url("KUI-close.png");
- border: none;
- padding: 0;
- width: 24px;
- height: 24px;
- position: fixed;
- top: 12px;
- right: 12px;
- z-index: 1;
- cursor: pointer;
-}
-
-.veil {
- background-color: rgba(0, 0, 0, 0.5);
-}
-
-.veil, #veil-middlebox, #veil-transparentbox {
- -moz-transition: 0.1s;
- -moz-transition-timing-function: linear;
-}
-
-#veil-container {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}
-
-#veil {
- width: 100%;
- height: 100%;
- display: -moz-box;
- -moz-box-orient: vertical;
-}
-
-#veil-topbox, #veil-bottombox {
- width: 100%;
-}
-
-#veil-bottombox {
- -moz-box-flex: 1;
-}
-
-#veil-middlebox {
- display: -moz-box;
- -moz-box-orient: horizontal;
-}
-
-#veil-leftbox, #veil-rightbox {
- height: 100%;
-}
-
-#veil-rightbox {
- -moz-box-flex: 1;
-}
-
-#veil {
- vertical-align: top;
-}
-
-moz-image-region: auto;
}
+treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
+ list-style-image: url("chrome://browser/skin/places/downloads.png");
+ -moz-image-region: auto;
+}
+
/* calendar icon for folders grouping items by date */
treechildren::-moz-tree-image(title, query, dayContainer) {
list-style-image: url("chrome://communicator/skin/history/calendar.png");
-/* background styles borrowed from extensions.css */
-#permissions-page {
- background-color: #000000;
- color: #FF9F00;
- margin: 20px;
-}
-
-#permissions-content {
- border: 1px solid #9C9CFF;
- border-radius: 5px;
-}
+@import url("chrome://global/skin/inContentUI.css");
/* sites box */
width: 25em;
}
+#sites-filter {
+ margin: 0;
+}
+
+#sites-list {
+ -moz-appearance: none;
+ border: 1px solid #9C9CFF;
+ background-color: #000000;
+ margin: 5px 0 0 0;
+}
+
.site {
padding: 4px;
border-bottom: 1px solid #9C9CFF;
width: 16px;
height: 16px;
margin: 0 2px;
- list-style-image: url("chrome://global/skin/filepicker/file.gif");
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
#cookiesChildren::-moz-tree-image(domainCol, container) {
height: 16px;
border-radius: 3px;
background-image: -moz-image-rect(url("chrome://browser/skin/tabview/close.png"), 0, 16, 16, 0);
+ background-repeat: no-repeat;
}
.close:hover {
----------------------------------*/
.groupItem {
- cursor: move;
+ cursor: pointer;
background-color: #000000;
border-radius: 0.4em;
border: 1px solid #6080B5;
.groupItem .close {
z-index: 10;
+ top: 0px;
+ right: 0px;
+ width: 22px;
+ height: 22px;
+ background-position: bottom left;
+}
+
+html[dir=rtl] .groupItem .close {
+ right: auto;
+ left: 0px;
+ background-position: bottom right;
}
.dragRegion {
/* Other
----------------------------------*/
-.newTabButton {
- width: 16px;
- height: 15px;
- bottom: 10px;
- left: 10px;
- cursor: pointer;
- opacity: .3;
- background-image: url(chrome://browser/skin/tabview/new-tab.png);
-}
-
-html[dir=rtl] .newTabButton {
- left: auto;
- right: 10px;
-}
-
-.newTabButton:hover {
- opacity: 1;
-}
-
.active {
box-shadow: 5px 5px 3px rgba(255,207,0,.5);
}
}
.titlebar {
+ cursor: move;
font-size: 12px;
height: 18px;
}
list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
}
+treechildren::-moz-tree-image(subjectCol, forwarded) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-reply.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, forwarded, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-reply.gif");
+}
+
.tabmail-tab[type="message"][Attachment="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
}
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-reply.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-reply.gif");
+}
+
.tabmail-tab[type="message"][IMAPDeleted="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
}
+treechildren::-moz-tree-image(subjectCol, forwarded, offline) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-offline-reply.gif");
+}
+
+treechildren::-moz-tree-image(subjectCol, forwarded, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline-reply.gif");
+}
+
.tabmail-tab[type="message"][Attachment="true"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, attach, offline) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
}
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline-reply.gif");
+}
+
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline, replied) {
+ list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline-reply.gif");
+}
+
.tabmail-tab[type="message"][IMAPDeleted="true"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");