firstst part of syncing LCARStrek with Firefox 53 browser windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Mon, 27 Mar 2017 00:03:01 +0000 (02:03 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 27 Mar 2017 00:03:01 +0000 (02:03 +0200)
LCARStrek/browser/aboutNetError.css
LCARStrek/browser/actionicon-tab.png [deleted file]
LCARStrek/browser/actionicon-tab@2x.png [deleted file]
LCARStrek/browser/browser.css
LCARStrek/browser/downloads/downloads.css
LCARStrek/browser/feeds/subscribe-ui.css [deleted file]
LCARStrek/browser/searchReset.css
LCARStrek/browser/searchbar.css

index acb4e8a405581a46b694afa314b6ddd1b14b8851..b6d4d63c2e0d3e6d3ffdc340199fb339c8cc0d7c 100644 (file)
@@ -125,10 +125,6 @@ span#hostname {
 
 #automaticallyReportInFuture {
   cursor: pointer;
-  display: inline-block;
-  padding-inline-start: 2.3em;
-  text-indent: -2.3em;
-  line-height: 16px
 }
 
 #errorCode:not([href]) {
diff --git a/LCARStrek/browser/actionicon-tab.png b/LCARStrek/browser/actionicon-tab.png
deleted file mode 100644 (file)
index 083e09f..0000000
Binary files a/LCARStrek/browser/actionicon-tab.png and /dev/null differ
diff --git a/LCARStrek/browser/actionicon-tab@2x.png b/LCARStrek/browser/actionicon-tab@2x.png
deleted file mode 100644 (file)
index fd836f5..0000000
Binary files a/LCARStrek/browser/actionicon-tab@2x.png and /dev/null differ
index dd5f7df81ec03e7c9e66a1a7ef1357859a707eba..1dd525daeaf0a7b8025ebdabd2aa2afcd81212d6 100644 (file)
@@ -3379,10 +3379,16 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   }
 }
 
-.popup-notification-icon {
-  width: 64px;
-  height: 64px;
-  margin-inline-end: 10px;
+#notification-popup > .panel-arrowcontainer > .panel-arrowcontent {
+  /* In order to display the action buttons near the edge of the arrow panel we
+   * have to reset its default padding and specify the padding in the individual
+   * "popupnotification" elements instead. To keep the rounded borders of the
+   * panel, we also have to ensure the contents are clipped to the border box
+   * by hiding the overflow, and we have to override the "display" property so
+   * that the height of the contents is computed correctly in that case. */
+  padding: 0;
+  overflow: hidden;
+  display: block;
 }
 
 .notification-anchor-icon:not(.plugin-blocked),
index 1fb69e1e06d30134ca15d5ec2a770b5e4a5f18fc..d0adfbb09b73f2e8ad7950c40611cdbed37b566f 100644 (file)
@@ -117,7 +117,7 @@ richlistitem[type="download"]:hover > toolbarseparator,
 .downloadsDropmarker > .button-box > .button-menu-dropmarker > .dropmarker-icon {
   width: 16px;
   height: 16px;
-/*  list-style-image: url("chrome://browser/skin/downloads/menubutton-dropmarker.svg");
+/*  list-style-image: url("chrome://global/skin/icons/menubutton-dropmarker.svg");
   filter: url("chrome://global/skin/filters.svg#fill");
   fill: currentColor;*/
 }
diff --git a/LCARStrek/browser/feeds/subscribe-ui.css b/LCARStrek/browser/feeds/subscribe-ui.css
deleted file mode 100644 (file)
index f165003..0000000
+++ /dev/null
@@ -1,7 +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/. */
-
-.alwaysUse {
-  padding: 5px;
-}
index 3573d7d15d2830b26fc56277cc08c9af1500084a..8005073de621fb92b2877d14c9a65101f9651a5a 100644 (file)
@@ -17,6 +17,6 @@ body {
   background-size: 16px, 16px;
 }
 
-#defaultEngine:-moz-dir(rtl) {
+#defaultEngine:dir(rtl) {
   background-position: calc(100% - 5px) center;
 }
index 8fdb6dabff6194f338dfb52434820ef3040df6f0..e457a75608cb948ff15de62491ce38975fa081a3 100644 (file)
   color: #000000;
 }
 
+.addengine-item[type=menu][selected] {
+  color: inherit;
+  background-color: var(--arrowpanel-dimmed-further);
+}
+
 .addengine-icon {
   height: 16px;
   width: 16px;
   list-style-image: url("chrome://browser/skin/badge-add-engine.png");
 }
 
-.addengine-item > .button-box > .button-text {
+.addengine-item > .button-box > .button-text,
+.addengine-item[type=menu] > .button-box > .box-inherit > .button-text {
   -moz-box-flex: 1;
   text-align: start;
   padding-inline-start: 10px;
   list-style-image: url("chrome://browser/skin/search-engine-placeholder.png");
 }
 
+.addengine-item[type=menu] > .button-box > .button-menu-dropmarker {
+  display: -moz-box;
+/*  -moz-appearance: menuarrow !important;*/
+  list-style-image: none;
+}
+
 .search-panel-tree > .autocomplete-treebody::-moz-tree-cell {
   padding-inline-start: 15px;
   border-top: none !important;