From: Robert Kaiser Date: Mon, 27 Mar 2017 00:03:01 +0000 (+0200) Subject: firstst part of syncing LCARStrek with Firefox 53 browser windows theme changes X-Git-Tag: LCARStrek-2.50~2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=fa981c35026cc094054c9f158969b12ad343f22f;hp=d4dc8501cbf0073d6d4b9ccd1adf18823688d134 firstst part of syncing LCARStrek with Firefox 53 browser windows theme changes --- 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 083e09f3..00000000 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 index fd836f53..00000000 Binary files a/LCARStrek/browser/actionicon-tab@2x.png and /dev/null differ 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;