first part of syncing LCARStrek with Firefox 45-48 windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Fri, 15 Jul 2016 19:38:37 +0000 (21:38 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 15 Jul 2016 19:38:37 +0000 (21:38 +0200)
LCARStrek/browser/aboutCertError.css
LCARStrek/browser/browser.css
LCARStrek/browser/downloads/contentAreaDownloadsView.css
LCARStrek/browser/preferences/aboutPermissions.css [deleted file]
LCARStrek/browser/tabbrowser/newtab.svg [new file with mode: 0644]
LCARStrek/browser/tabbrowser/newtabFx.png [deleted file]

index 1abab09e6c8448d313a89e8d1bc93612001580d7..d57379818ed86cb313d28beb8bb2be6d7a80724d 100644 (file)
@@ -53,13 +53,6 @@ body {
   flex: 1;
 }
 
-/* Pressing the retry button will cause the cursor to flicker from a pointer to
- * not-allowed. Override the disabled cursor behaviour since we will never show
- * the button disabled as the initial state. Remove this in Bug 1219861. */
-button:disabled {
-  cursor: pointer;
-}
-
 #returnButton {
   background-color: var(--in-content-primary-button-background);
   border: none;
index 109c9220175e0794b889df1b1aed9ff5aeb83583..0ebd3ecbe95bd8329ebc3c0e378379eb026e3588 100644 (file)
@@ -2056,6 +2056,8 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
 /* === BEGIN identity-block.inc.css === */
 
 #identity-box {
+/*  --identity-box-hover-background-color: #FFCF00;
+  --identity-box-selected-background-color: #FF9F00; */
   --identity-box-verified-color: #008484;
   /* Default theme does different color per channel, we can't as they do it build-time. */
   --identity-box-chrome-color: #9C9CFF;
@@ -2316,7 +2318,7 @@ richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-si
   color: #9C9CFF;
 }
 
-richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
+richlistitem[type~="action"][actiontype="tab"] > .ac-url-box > .ac-action-icon {
   list-style-image: url("chrome://browser/skin/actionicon-tab.png");
   -moz-image-region: rect(0, 16px, 16px, 0);
   padding: 0 3px;
@@ -2325,13 +2327,13 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
 }
 
 @media (min-resolution: 1.1dppx) {
-  richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
+  richlistitem[type~="action"][actiontype="tab"] > .ac-url-box > .ac-action-icon {
     list-style-image: url("chrome://browser/skin/actionicon-tab@2x.png");
     -moz-image-region: rect(0, 32px, 32px, 0);
   }
 }
 
-richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
+richlistitem[type~="action"][actiontype="tab"][selected="true"] > .ac-url-box > .ac-action-icon {
   -moz-image-region: rect(16px, 16px, 32px, 0);
 }
 
@@ -2769,13 +2771,17 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
 }
 
 .tabs-newtab-button,
-#TabsToolbar > #new-tab-button {
+#TabsToolbar > #new-tab-button,
+#TabsToolbar > toolbarpaletteitem > #new-tab-button,
+#TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
   border-radius: 8px 8px 0px 0px;
   -moz-margin-start: 0;
 }
 
 .tabs-newtab-button:not(:hover),
-#TabsToolbar > #new-tab-button:not(:hover) {
+#TabsToolbar > #new-tab-button:not(:hover),
+#TabsToolbar > toolbarpaletteitem > #new-tab-button,
+#TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
   background-color: #C09070;
 }
 
@@ -3208,15 +3214,14 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
 #TabsToolbar > #new-tab-button,
 #TabsToolbar > toolbarpaletteitem > #new-tab-button,
 #TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] {
-  list-style-image: url("chrome://browser/skin/tabbrowser/newtabFx.png");
-  -moz-image-region: rect(0, 16px, 18px, 0);
+  list-style-image: url("chrome://browser/skin/tabbrowser/newtab.svg");
+  -moz-image-region: auto;
 }
 
 .tabs-newtab-button,
 .tabs-newtab-button:hover,
 #TabsToolbar > #new-tab-button,
 #TabsToolbar > #new-tab-button:hover {
-  -moz-image-region: rect(0, 32px, 18px, 16px);
 }
 
 #main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme),
index 9e42a686732b8d39a977730fa7dec84e4e95800d..fb652e248f9d0938df145ce9e2dcf661986887b2 100644 (file)
@@ -13,8 +13,9 @@
   box-shadow: none;
 }
 
-#downloadsRichListBox:not(:-moz-focusring) {
+#downloadsRichListBox:empty {
   border-color: transparent;
+  background-color: transparent;
 }
 
 .downloadButton:not([disabled="true"]):hover,
diff --git a/LCARStrek/browser/preferences/aboutPermissions.css b/LCARStrek/browser/preferences/aboutPermissions.css
deleted file mode 100644 (file)
index 5e011ee..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-/* 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/. */
-
-@import url("chrome://global/skin/in-content/common.css");
-
-#permissions-content {
-  padding-top: 48px;
-  -moz-padding-end: 0; /* no padding to move the scroll bar to the edge */
-}
-
-/* sites box */
-
-#sites-box {
-  width: 25em;
-}
-
-#sites-filter {
-  margin: 0;
-}
-
-#sites-list {
-  margin: 5px 0 0 0;
-}
-
-.site {
-  padding: 4px;
-  border-bottom: 1px solid #9C9CFF;
-}
-
-.site-favicon {
-  height: 16px;
-  width: 16px;
-  -moz-margin-end: 4px;
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-
-#all-sites-item > .site-container > .site-favicon {
-  list-style-image: none;
-}
-
-/* permissions box */
-
-#permissions-box {
-  -moz-padding-start: 10px;
-}
-
-#permissions-list {
-  overflow-y: auto;
-  padding-top: 5px;
-  -moz-padding-end: 44px;
-}
-
-#site-description {
-  font-size: 125%;
-}
-
-#site-label {
-  font-weight: bold;
-  margin-top: 0;
-  margin-bottom: 0;
-}
-
-#site-visit-count {
-  margin-bottom: 0;
-}
-
-#defaults-description {
-  font-size: 125%;
-  font-weight: bold;
-}
-
-#header-deck {
-  -moz-margin-end: 44px;
-}
-
-#site-header,
-#defaults-header {
-  margin-bottom: 1px;
-}
-
-.pref-item {
-  margin-bottom: 10px;
-}
-
-.pref-icon {
-  width: 36px;
-  height: 36px;
-  -moz-margin-end: 10px;
-}
-
-.pref-icon[type="password"] {
-  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
-}
-.pref-icon[type="cookie"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-.pref-icon[type="geo"] {
-  list-style-image: url("chrome://browser/skin/Geolocation-64.png");
-}
-.pref-icon[type="desktop-notification"] {
-  list-style-image: url("chrome://browser/skin/web-notifications-icon.svg");
-}
-.pref-icon[type="indexedDB"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-.pref-icon[type="install"] {
-  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
-}
-.pref-icon[type="popup"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-.pref-icon[type="image"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-.pref-icon[type="plugins"] {
-  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
-}
-.pref-icon[type="camera"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-.pref-icon[type="microphone"] {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-}
-
-.pref-title {
-  font-size: 125%;
-  -moz-margin-start: 4px;
-  margin-bottom: 0;
-  font-weight: bold;
-}
-
-.pref-menulist {
-  min-width: 10em;
-}
-
-#cookies-label,
-#passwords-label {
-  -moz-margin-start: 4px; /* align with the menulists */
-}
diff --git a/LCARStrek/browser/tabbrowser/newtab.svg b/LCARStrek/browser/tabbrowser/newtab.svg
new file mode 100644 (file)
index 0000000..6c8b8dd
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- 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/. -->
+<svg width="16" height="18" xmlns="http://www.w3.org/2000/svg" fill="#000000">
+  <rect x="7" y="3" width="2" height="12"/>
+  <rect x="2" y="8" width="12" height="2"/>
+</svg>
diff --git a/LCARStrek/browser/tabbrowser/newtabFx.png b/LCARStrek/browser/tabbrowser/newtabFx.png
deleted file mode 100644 (file)
index 7f3e773..0000000
Binary files a/LCARStrek/browser/tabbrowser/newtabFx.png and /dev/null differ