update LCARStrek for browser winstripe changes in Firefox 8 - real changes EarlyBlue-2.5 LCARStrek-2.5
authorRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 18 Nov 2011 01:21:37 +0000 (02:21 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 18 Nov 2011 01:21:37 +0000 (02:21 +0100)
12 files changed:
EarlyBlue/messenger/threadPane.css
LCARStrek/browser/aboutSessionRestore.css
LCARStrek/browser/browser.css
LCARStrek/browser/highlighter.css [deleted file]
LCARStrek/browser/places/places.css
LCARStrek/browser/places/unstarred48.png
LCARStrek/browser/preferences/aboutPermissions.css
LCARStrek/browser/preferences/preferences.css
LCARStrek/browser/tabview/new-tab.png [deleted file]
LCARStrek/browser/tabview/tabview.css
LCARStrek/messenger/threadPane.css
LCARStrek/mozapps/places/defaultFavicon.png

index ab34fb87cb3c094ab045ec2d6ab5af621695277c..d53ffda8c627f8aa3ca61fefeb45f8ac742bc435 100644 (file)
@@ -222,11 +222,35 @@ treechildren::-moz-tree-image(subjectCol, new) {
   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");
@@ -241,11 +265,35 @@ treechildren::-moz-tree-image(subjectCol, new, offline) {
   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");
index 7cb7b437eb87e9e8176330cf5529c9b340a7f083..f77f9be09db12882aec76159550c3714622e44cb 100644 (file)
  *
  * ***** 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),
index 97b7e51e4fccd0212e3c8ddbdf818a1cd3548975..75f3430c258e532b793acd930b975aaaea4d5794 100644 (file)
@@ -131,6 +131,7 @@ menubar {
 
 /* ::::: app menu button ::::: */
 
+.tab-drag-preview::before,
 #appmenu-button {
   background-color: #FF9F00;
   background-clip: padding-box;
@@ -148,6 +149,7 @@ menubar {
   border-right: none;
 }
 
+#main-window[privatebrowsingmode=temporary] .tab-drag-preview::before,
 #main-window[privatebrowsingmode=temporary] #appmenu-button {
   background-color: #6000CF;
   color: #FFCF00;
@@ -458,7 +460,7 @@ menuitem.bookmark-item {
 /* ::::: 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;
 }
 
@@ -1071,7 +1073,7 @@ toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
 
 /* 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);
 }
@@ -1276,11 +1278,11 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
 }
 
 #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 {
@@ -1391,9 +1393,13 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
   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 {
@@ -1617,7 +1623,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
 .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;
 }
@@ -1645,7 +1651,25 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
   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;
@@ -1758,8 +1782,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
 
 /* 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;
 }
 
@@ -2292,3 +2315,32 @@ panel[dimmed="true"] {
 #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;
+}
diff --git a/LCARStrek/browser/highlighter.css b/LCARStrek/browser/highlighter.css
deleted file mode 100644 (file)
index 6a3236b..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-/* ***** 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;
-}
-
index 39a0fafb1a60b514e43477e266e02f8192496e8d..1d207e6700e2c044c2294037fb48211c8f104d4a 100644 (file)
@@ -81,6 +81,11 @@ treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
   -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");
index 05886ff1deceac994997579322466c10dadab856..059cd66e050e6d6e2cbb5b93998f9375a20aaea7 100644 (file)
Binary files a/LCARStrek/browser/places/unstarred48.png and b/LCARStrek/browser/places/unstarred48.png differ
index eda69e098c570f0dec5c3ec122949539f1e73e19..ebaf81150bd2e5010fe82b35ca40e5b0f3d2bd4e 100644 (file)
@@ -1,14 +1,4 @@
-/* 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 */
 
@@ -17,6 +7,17 @@
   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;
index 53673daf8c0c144a4bcd79d188d53abe7d108a88..bb0c7d78f023879a13ea48a5ca5ce4dcaee7f80b 100644 (file)
@@ -146,7 +146,7 @@ radio[pane=paneSync] {
   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) {
diff --git a/LCARStrek/browser/tabview/new-tab.png b/LCARStrek/browser/tabview/new-tab.png
deleted file mode 100644 (file)
index 679e7d7..0000000
Binary files a/LCARStrek/browser/tabview/new-tab.png and /dev/null differ
index 3018c2dbe1e6bd664f476216f00771e3ae0ecbb8..84a4f96a5dfa1c451625abd3c5cf6dfd57184974 100644 (file)
@@ -68,6 +68,7 @@ html[dir=rtl] .favicon {
   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 {
@@ -167,7 +168,7 @@ html[dir=rtl] .expander {
 ----------------------------------*/
 
 .groupItem {
-  cursor: move;
+  cursor: pointer;
   background-color: #000000;
   border-radius: 0.4em;
   border: 1px solid #6080B5;
@@ -179,6 +180,17 @@ html[dir=rtl] .expander {
 
 .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 {
@@ -328,25 +340,6 @@ html[dir=rtl] .guideTrench {
 /* 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);
 }
@@ -364,6 +357,7 @@ html[dir=rtl] .acceptsDrop {
 }
 
 .titlebar {
+  cursor: move;
   font-size: 12px;
   height: 18px;
 }
index 6b9b73e162d8440a5e83c51d614e9e931ce71275..b6995f12c4007fe76bdbd9d696ccba184b94b48a 100644 (file)
@@ -226,11 +226,35 @@ treechildren::-moz-tree-image(subjectCol, new) {
   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");
@@ -245,11 +269,35 @@ treechildren::-moz-tree-image(subjectCol, new, offline) {
   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");
index 412208d9eaae6023ab05a6a81764ae1c5a43e2a2..9daec6a05cbead960c12a3101ab0d68e53cc4409 100644 (file)
Binary files a/LCARStrek/mozapps/places/defaultFavicon.png and b/LCARStrek/mozapps/places/defaultFavicon.png differ