From fa981c35026cc094054c9f158969b12ad343f22f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 27 Mar 2017 02:03:01 +0200 Subject: [PATCH] firstst part of syncing LCARStrek with Firefox 53 browser windows theme changes --- LCARStrek/browser/aboutNetError.css | 4 ---- LCARStrek/browser/actionicon-tab.png | Bin 186 -> 0 bytes LCARStrek/browser/actionicon-tab@2x.png | Bin 196 -> 0 bytes LCARStrek/browser/browser.css | 14 ++++++++++---- LCARStrek/browser/downloads/downloads.css | 2 +- LCARStrek/browser/feeds/subscribe-ui.css | 7 ------- LCARStrek/browser/searchReset.css | 2 +- LCARStrek/browser/searchbar.css | 14 +++++++++++++- 8 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 LCARStrek/browser/actionicon-tab.png delete mode 100644 LCARStrek/browser/actionicon-tab@2x.png delete mode 100644 LCARStrek/browser/feeds/subscribe-ui.css diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index acb4e8a4..b6d4d63c 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -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 index 083e09f35d85f7a0c9d5d3b65f1f7a9499296b92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5#0(_Uo(seSDV_kI5LX~QXU_ls=Ycds&4ry` zfD~g%kY6x^!?PP{AWo9Ey9+}HtE>l*!&%@FS}TU|k=Z~k44$rjF6*2UngEX_F@^vD diff --git a/LCARStrek/browser/actionicon-tab@2x.png b/LCARStrek/browser/actionicon-tab@2x.png deleted file mode 100644 index fd836f53a67b3c6649038da527cb4229a1c6181c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@#0(_a9?Z1`Qak}ZA+C?ZnSjhWbN>H7&%kRh zy#UBzED7=pW^j0RBMrn!@^*J&=wOxg0CG4BJR*x382Ao>Fr%o3R|8Oxy~NYkmHh!D zn}CV>fw@YHfI^0zE{-7@=aUl_NJX%+D9qwKlEGlK!(k6=N#dV&CYIz6jAuS@vNi#^ gEl!M0j;ag{agq*4ox<%EftndSUHx3vIVCg!05?oAcmMzZ diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index dd5f7df8..1dd525da 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -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), diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index 1fb69e1e..d0adfbb0 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -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 index f1650036..00000000 --- a/LCARStrek/browser/feeds/subscribe-ui.css +++ /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; -} diff --git a/LCARStrek/browser/searchReset.css b/LCARStrek/browser/searchReset.css index 3573d7d1..8005073d 100644 --- a/LCARStrek/browser/searchReset.css +++ b/LCARStrek/browser/searchReset.css @@ -17,6 +17,6 @@ body { background-size: 16px, 16px; } -#defaultEngine:-moz-dir(rtl) { +#defaultEngine:dir(rtl) { background-position: calc(100% - 5px) center; } diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 8fdb6dab..e457a756 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -231,6 +231,11 @@ color: #000000; } +.addengine-item[type=menu][selected] { + color: inherit; + background-color: var(--arrowpanel-dimmed-further); +} + .addengine-icon { height: 16px; width: 16px; @@ -243,7 +248,8 @@ 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; @@ -253,6 +259,12 @@ 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; -- 2.35.3