second part of syncing LCARStrek with Firefox 35 windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Fri, 23 Jan 2015 21:37:04 +0000 (22:37 +0100)
committerRobert Kaiser <kairo@kairo.at>
Fri, 23 Jan 2015 21:37:04 +0000 (22:37 +0100)
LCARStrek/browser/aboutTabCrashed.css
LCARStrek/browser/browser.css
LCARStrek/browser/devedition.css [new file with mode: 0644]
LCARStrek/browser/devtools/netmonitor.css
LCARStrek/browser/devtools/projecteditor/file-icons-sheet@2x.png [deleted file]
LCARStrek/browser/devtools/projecteditor/projecteditor.css
LCARStrek/browser/devtools/webaudioeditor.css
LCARStrek/browser/e10s-64@2x.png [new file with mode: 0644]
LCARStrek/browser/pluginInstall-16.png [deleted file]
LCARStrek/browser/pluginInstall-64.png [deleted file]
LCARStrek/browser/preferences/in-content/preferences.css

index 7d9d92a55f6b69971c12947ccfe6f55e7e46553e..87f69804d719dd3563aa84d20d01b54d063f87dc 100644 (file)
@@ -31,8 +31,8 @@ p {
   display: none;
 }
 
-.crashDumpAvaible #report-box {
-  display: block
+.crashDumpAvailable #report-box {
+  display: block;
 }
 
 #button-box {
index 1eef94569df8c48611999c0b83d53d0747205a6b..f35902abc4d3dc34e66d7d9f44b54c7ece4eafc5 100644 (file)
@@ -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 (file)
index 0000000..e003224
--- /dev/null
@@ -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/. */
index b162d5da91cd89097a76f9671d3c519a7c201d0f..07b4b41520f459aa52a0c97333ad0a7f62a19364 100644 (file)
@@ -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 (file)
index a15a26a..0000000
Binary files a/LCARStrek/browser/devtools/projecteditor/file-icons-sheet@2x.png and /dev/null differ
index 467edd7db12770fda0e8007e01d77990b680a12b..8dd736a038fdf0ebfc7899ef710e15c44be56fbe 100644 (file)
@@ -7,6 +7,10 @@
   color: #FF9F00;
 }
 
+.view-project-detail {
+  overflow: auto;
+}
+
 .plugin-hidden {
   display: none;
 }
   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;
index 82c11107bd55618337fb00181d62759b38eb3c57..18b1d08dcc66e0e1f2341db3fe32db47051d1b3f 100644 (file)
@@ -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 (file)
index 0000000..d4e3c89
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 (file)
index 2767c3d..0000000
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 (file)
index 02e0174..0000000
Binary files a/LCARStrek/browser/pluginInstall-64.png and /dev/null differ
index 816a34bdd3e417fc9ba03542604134f624fbf6af..f0e611907f0fa8ccbe5ba375ff5458eba4bbf2cf 100644 (file)
@@ -40,6 +40,16 @@ prefpane {
   color: #FF9F00;
 }
 
+* {
+  -moz-user-select: text;
+}
+
+button,
+treecol {
+  /* override the * rule */
+  -moz-user-select: none;
+}
+
 /* Category List */
 
 #categories {