From: Robert Kaiser Date: Fri, 23 Jan 2015 21:37:04 +0000 (+0100) Subject: second part of syncing LCARStrek with Firefox 35 windows theme changes X-Git-Tag: LCARStrek-2.32~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=8922acc9f23be3328737c96320e3a52ffea789cb;ds=sidebyside second part of syncing LCARStrek with Firefox 35 windows theme changes --- diff --git a/LCARStrek/browser/aboutTabCrashed.css b/LCARStrek/browser/aboutTabCrashed.css index 7d9d92a5..87f69804 100644 --- a/LCARStrek/browser/aboutTabCrashed.css +++ b/LCARStrek/browser/aboutTabCrashed.css @@ -31,8 +31,8 @@ p { display: none; } -.crashDumpAvaible #report-box { - display: block +.crashDumpAvailable #report-box { + display: block; } #button-box { diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 1eef9456..f35902ab 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1895,7 +1895,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, #urlbar-display-box { } -#urlbar-display { +.urlbar-display { -moz-border-end: 1px solid #9C9CFF; -moz-margin-end: 3px; margin-top: 0; @@ -2162,13 +2162,19 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type- } .ac-result-type-keyword, -.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) { - list-style-image: url("chrome://global/skin/icons/Search-glass.png"); - -moz-image-region: rect(0px 32px 16px 16px); +.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage), +richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-site-icon { + list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon"); width: 16px; height: 16px; } + .ac-result-type-keyword[selected="true"], + .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected), + richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon { + list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted"); + } + .ac-result-type-tag, .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); @@ -3048,10 +3054,6 @@ 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"); } @@ -3220,10 +3222,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled /* -moz-image-region: rect(0, 32px, 16px, 16px);*/ } -#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. */ @@ -4726,6 +4724,11 @@ notification.pluginVulnerable .messageImage { width: 17em; } +.popup-notification-item-message[popupid="bad-content"][mixedblockdisabled]:not(.popup-notification-item-message-critical), +.popup-notification-item-message[popupid="bad-content"][trackingblockdisabled]:not(.popup-notification-item-message-critical) { + color: #8050B0; +} + .popup-notification-item-message-critical[popupid="bad-content"] { color: #FF0000; font-style: italic; diff --git a/LCARStrek/browser/devedition.css b/LCARStrek/browser/devedition.css new file mode 100644 index 00000000..e0032240 --- /dev/null +++ b/LCARStrek/browser/devedition.css @@ -0,0 +1,3 @@ +/* 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/. */ diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index b162d5da..07b4b415 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -420,6 +420,15 @@ box.requests-menu-status[code^="5"] { /* min-height: 20px;*/ } +#toggle-raw-headers { + margin-top: -10px; + -moz-margin-end: 6px; +} + +.raw-response-textarea { + height: 50vh; +} + /* Response tabpanel */ #response-content-info-header { diff --git a/LCARStrek/browser/devtools/projecteditor/file-icons-sheet@2x.png b/LCARStrek/browser/devtools/projecteditor/file-icons-sheet@2x.png deleted file mode 100644 index a15a26a8..00000000 Binary files a/LCARStrek/browser/devtools/projecteditor/file-icons-sheet@2x.png and /dev/null differ diff --git a/LCARStrek/browser/devtools/projecteditor/projecteditor.css b/LCARStrek/browser/devtools/projecteditor/projecteditor.css index 467edd7d..8dd736a0 100644 --- a/LCARStrek/browser/devtools/projecteditor/projecteditor.css +++ b/LCARStrek/browser/devtools/projecteditor/projecteditor.css @@ -7,6 +7,10 @@ color: #FF9F00; } +.view-project-detail { + overflow: auto; +} + .plugin-hidden { display: none; } @@ -74,49 +78,6 @@ align-items: center; } -.entry .file-icon { - display: inline-block; - background: url("file-icons-sheet@2x.png"); - background-size: 140px 15px; - background-repeat: no-repeat; - width: 20px; - height: 15px; - background-position: -40px 0; - flex-shrink: 0; -} - -.entry .file-icon.icon-none { - display: none; -} - -.entry .icon-css { - background-position: 0 0; -} - -.entry .icon-js { - background-position: -20px 0; -} - -.entry .icon-html { - background-position: -40px 0; -} - -.entry .icon-file { - background-position: -60px 0; -} - -.entry .icon-folder { - background-position: -80px 0; -} - -.entry .icon-img { - background-position: -100px 0; -} - -.entry .icon-manifest { - background-position: -120px 0; -} - .entry { border: none; box-shadow: none; diff --git a/LCARStrek/browser/devtools/webaudioeditor.css b/LCARStrek/browser/devtools/webaudioeditor.css index 82c11107..18b1d08d 100644 --- a/LCARStrek/browser/devtools/webaudioeditor.css +++ b/LCARStrek/browser/devtools/webaudioeditor.css @@ -77,9 +77,9 @@ g.edgeLabel tspan { fill: #008484; /* Select Highlight Blue */ } -/* Text in nodes */ +/* Text in nodes and edges */ text { - cursor: pointer; + cursor: default; /* override the "text" cursor */ font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; font-size: 14px; @@ -92,6 +92,10 @@ g.selected text { /* fill: #f0f1f2; / Toolbars */ } +.nodes text { + cursor: pointer; +} + /** * Inspector Styles */ diff --git a/LCARStrek/browser/e10s-64@2x.png b/LCARStrek/browser/e10s-64@2x.png new file mode 100644 index 00000000..d4e3c890 Binary files /dev/null and b/LCARStrek/browser/e10s-64@2x.png differ diff --git a/LCARStrek/browser/pluginInstall-16.png b/LCARStrek/browser/pluginInstall-16.png deleted file mode 100644 index 2767c3d4..00000000 Binary files a/LCARStrek/browser/pluginInstall-16.png and /dev/null differ diff --git a/LCARStrek/browser/pluginInstall-64.png b/LCARStrek/browser/pluginInstall-64.png deleted file mode 100644 index 02e0174a..00000000 Binary files a/LCARStrek/browser/pluginInstall-64.png and /dev/null differ diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 816a34bd..f0e61190 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -40,6 +40,16 @@ prefpane { color: #FF9F00; } +* { + -moz-user-select: text; +} + +button, +treecol { + /* override the * rule */ + -moz-user-select: none; +} + /* Category List */ #categories {