From: Robert Kaiser Date: Fri, 12 Jul 2013 18:37:49 +0000 (+0200) Subject: more sync of LCARStrek with Firefox 23 browser windows theme changes X-Git-Tag: LCARStrek-2.20~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=a6757852d5e238f92623d779d7820b856518a575 more sync of LCARStrek with Firefox 23 browser windows theme changes --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 419ad189..e123cdc2 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1602,50 +1602,10 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- /* social recommending panel */ -#share-button { +#social-mark-button { -moz-image-region: rect(0, 16px, 16px, 0); } -#socialUserPortrait { - width: 48px; - height: 48px; - list-style-image:url("chrome://global/skin/icons/information-32.png"); -} - -#socialUserDisplayName, -#socialUserPortrait { - cursor: pointer; -} - -#socialUserDisplayName { - border: none; - background-color: transparent; - margin-top: 0; - padding-top: 0; - font-size: 130%; - font-weight: bold; - list-style-image:url("chrome://global/skin/icons/information-32.png"); -} - -#socialUserDisplayName > .button-box { - -moz-padding-start: 0; - padding-top: 0; - border-top-width: 0; -} - -#socialUserDisplayName:hover { - color: #9C9CFF; - text-decoration: underline; -} - -#unsharePopupText { - height: 48px; -} - -#unsharePopupBottomButtons { - margin-top: 1em; -} - /* star button */ #star-button { @@ -2137,6 +2097,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png"); } +.popup-notification-icon[popupid="plugins-not-found"] { + list-style-image: url("chrome://browser/skin/pluginInstall-64.png"); +} + .popup-notification-icon[popupid="web-notifications"] { list-style-image: url("chrome://browser/skin/notification-64.png"); } @@ -2173,7 +2137,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .popup-notification-icon[popupid="indexedDB-permissions-prompt"], -.popup-notification-icon[popupid="indexedDB-quota-prompt"] { +.popup-notification-icon[popupid="indexedDB-quota-prompt"], +.popup-notification-icon[popupid*="offline-app-requested"] { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } @@ -2270,6 +2235,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://mozapps/skin/plugins/notifyPluginBlocked.png"); } +#plugin-install-notification-icon { + list-style-image: url("chrome://browser/skin/pluginInstall-16.png"); +} + #notification-popup-box[hidden] { /* Override display:none to make the pluginBlockedNotification animation work when showing the notification repeatedly. */ @@ -2844,6 +2813,7 @@ html|*#gcli-output-frame { #social-provider-button { -moz-image-region: rect(0, 16px, 16px, 0); + list-style-image: url("chrome://browser/skin/social/services-16.png"); } #social-provider-button > .toolbarbutton-menu-dropmarker { @@ -3094,6 +3064,7 @@ html|*#gcli-output-frame { opacity: 1; } +.chatbar-button:hover, .chatbar-button[open="true"] { } diff --git a/LCARStrek/browser/devtools/scratchpad.css b/LCARStrek/browser/devtools/scratchpad.css new file mode 100644 index 00000000..0354e6e6 --- /dev/null +++ b/LCARStrek/browser/devtools/scratchpad.css @@ -0,0 +1,8 @@ +/* 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/. */ + +#scratchpad-sidebar > tabs { + height: 0; + border: none; +} diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index 9fef1597..f23eb36c 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -80,8 +80,8 @@ richlistitem[type="download"]:first-child { .downloadTypeIcon { -moz-margin-end: 8px; /* Prevent flickering when changing states. */ - min-height: 32px; - min-width: 32px; + height: 32px; + width: 32px; } .blockedIcon { diff --git a/LCARStrek/browser/pluginInstall-16.png b/LCARStrek/browser/pluginInstall-16.png new file mode 100644 index 00000000..2767c3d4 Binary files /dev/null and b/LCARStrek/browser/pluginInstall-16.png differ diff --git a/LCARStrek/browser/pluginInstall-64.png b/LCARStrek/browser/pluginInstall-64.png new file mode 100644 index 00000000..02e0174a Binary files /dev/null and b/LCARStrek/browser/pluginInstall-64.png differ