third part of syncing LCARStrek with Firefox 34 windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Sun, 23 Nov 2014 20:01:54 +0000 (21:01 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 23 Nov 2014 20:01:54 +0000 (21:01 +0100)
15 files changed:
LCARStrek/browser/browser.css
LCARStrek/browser/customizableui/panelUIOverlay.css
LCARStrek/browser/devtools/command-frames.png [new file with mode: 0755]
LCARStrek/browser/devtools/command-frames@2x.png [new file with mode: 0755]
LCARStrek/browser/devtools/common.css
LCARStrek/browser/devtools/dark-theme.css
LCARStrek/browser/devtools/inspector.css
LCARStrek/browser/devtools/storage.css [new file with mode: 0644]
LCARStrek/browser/devtools/tool-storage.svg [new file with mode: 0644]
LCARStrek/browser/devtools/webconsole.css
LCARStrek/browser/devtools/widgets.css
LCARStrek/browser/mask.png [new file with mode: 0644]
LCARStrek/browser/mask@2x.png [new file with mode: 0644]
LCARStrek/browser/preferences/in-content/preferences.css
LCARStrek/global/in-content/common.css

index a9c2f353836737ceaf7ff3b92bd345016a455fee..a681345ecc56d6db9af2dfc06cc23dc00346464a 100644 (file)
@@ -899,6 +899,7 @@ menuitem.bookmark-item {
   -moz-image-region: rect(0, 90px, 18px, 72px);
 }
 
   -moz-image-region: rect(0, 90px, 18px, 72px);
 }
 
+#loop-call-button[state="disabled"] > .toolbarbutton-badge-container,
 #loop-call-button[disabled="true"] > .toolbarbutton-badge-container {
   -moz-image-region: rect(0, 36px, 18px, 18px);
 }
 #loop-call-button[disabled="true"] > .toolbarbutton-badge-container {
   -moz-image-region: rect(0, 36px, 18px, 18px);
 }
@@ -1255,6 +1256,7 @@ toolbarpaletteitem[place="palette"] > #loop-call-button > .toolbarbutton-badge-c
   -moz-image-region: rect(0, 160px, 32px, 128px);
 }
 
   -moz-image-region: rect(0, 160px, 32px, 128px);
 }
 
+#loop-call-button[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container,
 #loop-call-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container {
   -moz-image-region: rect(0, 64px, 32px, 32px);
 }
 #loop-call-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container {
   -moz-image-region: rect(0, 64px, 32px, 32px);
 }
@@ -3083,7 +3085,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   list-style-image: url("chrome://global/skin/icons/webapps-64.png");
 }
 
   list-style-image: url("chrome://global/skin/icons/webapps-64.png");
 }
 
-.popup-notification-icon[popupid="mixed-content-blocked"],
 .popup-notification-icon[popupid="bad-content"] {
   list-style-image: url("chrome://browser/skin/bad-content-blocked-64.png");
 }
 .popup-notification-icon[popupid="bad-content"] {
   list-style-image: url("chrome://browser/skin/bad-content-blocked-64.png");
 }
@@ -3224,8 +3225,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled
   }
 }
 
   }
 }
 
-.mixed-content-blocked-notification-icon,
-#mixed-content-blocked-notification-icon,
 .bad-content-blocked-notification-icon,
 #bad-content-blocked-notification-icon {
   list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png");
 .bad-content-blocked-notification-icon,
 #bad-content-blocked-notification-icon {
   list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png");
@@ -4840,12 +4839,13 @@ notification.pluginVulnerable .messageImage {
 }
 
 #customization-header {
 }
 
 #customization-header {
-  font-size: 1.5em;
-  line-height: 1.5em;
+  font-size: 1.75em;
+  line-height: 1.75em;
   color: #9C9CFF;
   color: #9C9CFF;
-  font-weight: lighter;
-  margin-bottom: 1em;
-  padding: 15px 15px 0;
+  font-weight: 200;
+  margin: 25px 25px 12px;
+  padding-bottom: 12px;
+  border-bottom: 1px solid #A09090;
 }
 
 #customization-panel-container {
 }
 
 #customization-panel-container {
@@ -5032,6 +5032,90 @@ toolbarpaletteitem[place="toolbar"] {
   margin-right: 0;
 }
 
   margin-right: 0;
 }
 
+#customization-lwtheme-menu > .panel-arrowcontainer > .panel-arrowcontent {
+  -moz-box-orient: vertical;
+  /* Make the panel padding uniform across all platforms due to the
+     styling of the section headers and footer. */
+  padding: 10px;
+}
+
+.customization-lwtheme-menu-theme > .toolbarbutton-icon {
+  width: 32px;
+  height: 32px;
+}
+
+.customization-lwtheme-menu-theme {
+  -moz-appearance: none;
+  margin: 0 -5px 5px;
+  padding-top: 0;
+  -moz-padding-end: 5px;
+  padding-bottom: 0;
+  -moz-padding-start: 0;
+}
+
+.customization-lwtheme-menu-theme[active="true"] {
+  background-color: #008484;
+}
+
+.customization-lwtheme-menu-theme > .toolbarbutton-icon {
+  margin: 5px;
+}
+
+.customization-lwtheme-menu-theme > .toolbarbutton-text {
+  text-align: start;
+}
+
+#customization-lwtheme-menu-header,
+#customization-lwtheme-menu-recommended {
+  padding: 10px;
+  margin-bottom: 5px;
+}
+
+#customization-lwtheme-menu-header,
+#customization-lwtheme-menu-recommended,
+#customization-lwtheme-menu-footer {
+  background-color: #A09090;
+  color: #000000;
+  margin-right: -10px;
+  margin-left: -10px;
+}
+
+#customization-lwtheme-menu-header {
+  margin-top: -10px;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px;
+}
+
+#customization-lwtheme-menu-recommended {
+}
+
+#customization-lwtheme-menu-footer {
+  margin-bottom: -10px;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+
+.customization-lwtheme-menu-footeritem {
+  -moz-appearance: none;
+  -moz-box-flex: 1;
+  background-color: #C09070;
+  color: #000000;
+  border: 1px solid transparent;
+  padding: 10px;
+  margin-left: 0;
+  margin-right: 0;
+}
+
+.customization-lwtheme-menu-footeritem:hover {
+  background-color: #FFCF00;
+}
+
+#customization-lwtheme-menu-footer:not(:hover) > .customization-lwtheme-menu-footeritem:first-child {
+}
+
+#customization-lwtheme-menu-footer:hover > .customization-lwtheme-menu-footeritem:first-child {
+}
+
 /* === END customizeMode.inc.css === */
 
 /* === BEGIN customizeTip.inc.css === */
 /* === END customizeMode.inc.css === */
 
 /* === BEGIN customizeTip.inc.css === */
index 01cedd1c199e9f6145d42a0fc4e9600909e2d2ac..ebf9e32dbcaad28ceec143275959e48fa01bba37 100644 (file)
@@ -1247,10 +1247,6 @@ menuitem[checked="true"].subviewbutton > .menu-iconic-left {
 /*  padding-top: 4px;*/
 }
 
 /*  padding-top: 4px;*/
 }
 
-#BMB_bookmarksPopup .menu-text {
-/*  color: #000;*/
-}
-
 /* bookmark panel separator */
 #BMB_bookmarksPopup menuseparator {
   padding-top: 0;
 /* bookmark panel separator */
 #BMB_bookmarksPopup menuseparator {
   padding-top: 0;
diff --git a/LCARStrek/browser/devtools/command-frames.png b/LCARStrek/browser/devtools/command-frames.png
new file mode 100755 (executable)
index 0000000..03facef
Binary files /dev/null and b/LCARStrek/browser/devtools/command-frames.png differ
diff --git a/LCARStrek/browser/devtools/command-frames@2x.png b/LCARStrek/browser/devtools/command-frames@2x.png
new file mode 100755 (executable)
index 0000000..e09015a
Binary files /dev/null and b/LCARStrek/browser/devtools/command-frames@2x.png differ
index c807c7a68f4a587926f3a3aca2a74256d4c46d9a..e1c389e961b5f279b93bb91edb54916db02ef0c5 100644 (file)
@@ -181,10 +181,18 @@ notification {
   min-width: 100px;
   max-width: 400px;
 }
   min-width: 100px;
   max-width: 400px;
 }
+.devtools-tooltip[clamped-dimensions-no-max-or-min-height] {
+  min-width: 400px;
+  max-width: 400px;
+}
 .devtools-tooltip[clamped-dimensions] .panel-arrowcontent,
 .devtools-tooltip[clamped-dimensions] .panel-arrowcontent,
-.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent {
+.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent,
+.devtools-tooltip[clamped-dimensions-no-max-or-min-height] .panel-arrowcontent {
   overflow: hidden;
 }
   overflow: hidden;
 }
+.devtools-tooltip[wide] {
+  max-width: 600px;
+}
 
 /* Tooltip: Simple Text */
 
 
 /* Tooltip: Simple Text */
 
index 3b13d347029d8030bf8205341a15502263471f14..0a4151a21a6c9b6b4d2778399bd8771f9e72a0b0 100644 (file)
@@ -432,6 +432,15 @@ div.CodeMirror span.eval-text {
   min-width: inherit;
 }
 
   min-width: inherit;
 }
 
+/* Command buttons with menupopups should be styled slightly differently -
+   no background color and a bit more narrow */
+#toolbox-buttons .devtools-toolbarbutton:not([text-as-image]):not(:hover):not([open=true]) {
+  background: transparent;
+}
+#toolbox-buttons .devtools-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker {
+  padding: 0 2px;
+}
+
 .devtools-toolbarbutton:not([label]) > .toolbarbutton-text {
   display: none;
 }
 .devtools-toolbarbutton:not([label]) > .toolbarbutton-text {
   display: none;
 }
@@ -634,16 +643,7 @@ div.CodeMirror span.eval-text {
   -moz-border-end-width: 0;
 }
 
   -moz-border-end-width: 0;
 }
 
-.devtools-sidebar-tabs > tabs > tab {
-}
-
-.devtools-sidebar-tabs > tabs > tab:not(:last-of-type) {
-}
-
-.devtools-sidebar-tabs:-moz-locale-dir(rtl) > tabs > tab {
-}
-
-.devtools-sidebar-tabs > tabs > tab {
+.devtools-sidebar-tabs > tabs > tab:first-child {
 }
 
 .devtools-sidebar-tabs > tabs > tab:hover {
 }
 
 .devtools-sidebar-tabs > tabs > tab:hover {
@@ -745,7 +745,8 @@ div.CodeMirror span.eval-text {
 
 .command-button:hover > image,
 .command-button:hover:active > image,
 
 .command-button:hover > image,
 .command-button:hover:active > image,
-.command-button[checked=true] > image {
+.command-button[checked=true] > image,
+.command-button[open=true] > image {
   background-position: -16px center;
 }
 
   background-position: -16px center;
 }
 
@@ -773,6 +774,10 @@ div.CodeMirror span.eval-text {
   background-image: url("chrome://browser/skin/devtools/command-pick.png");
 }
 
   background-image: url("chrome://browser/skin/devtools/command-pick.png");
 }
 
+#command-button-frames > image {
+  background-image: url("chrome://browser/skin/devtools/command-frames.png");
+}
+
 #command-button-splitconsole > image {
   background-image: url("chrome://browser/skin/devtools/command-console.png");
 }
 #command-button-splitconsole > image {
   background-image: url("chrome://browser/skin/devtools/command-console.png");
 }
@@ -806,6 +811,10 @@ div.CodeMirror span.eval-text {
     background-image: url("chrome://browser/skin/devtools/command-pick@2x.png");
   }
 
     background-image: url("chrome://browser/skin/devtools/command-pick@2x.png");
   }
 
+  #command-button-frames > image {
+    background-image: url("chrome://browser/skin/devtools/command-frames@2x.png");
+  }
+
   #command-button-splitconsole > image {
     background-image: url("chrome://browser/skin/devtools/command-console@2x.png");
   }
   #command-button-splitconsole > image {
     background-image: url("chrome://browser/skin/devtools/command-console@2x.png");
   }
index cb1b54093b1da2769673c309b6f516912c608ce7..c86492b53fd9ee5e23333ac688ebfe6d64d03cf4 100644 (file)
@@ -292,7 +292,8 @@ window {
 
 #devtools-tooltip-events-container {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
 
 #devtools-tooltip-events-container {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
-  max-width: 390px;
+  max-width: 590px;
+  overflow-y: auto;
 }
 
 .event-header {
 }
 
 .event-header {
@@ -353,12 +354,19 @@ window {
   margin-bottom: 0;
 }
 
   margin-bottom: 0;
 }
 
-.event-tooltip-attributes-container {
+.event-tooltip-attributes-box {
   background-color: #000000;
   color: #9C9CFF;
 }
 
 .event-tooltip-attributes-container {
   background-color: #000000;
   color: #9C9CFF;
 }
 
 .event-tooltip-attributes-container {
+  display: flex;
+  flex-shrink: 0;
+  flex-grow: 1;
+  justify-content: flex-end;
+}
+
+.event-tooltip-attributes-box {
   display: flex;
   flex-shrink: 0;
   align-items: center;
   display: flex;
   flex-shrink: 0;
   align-items: center;
diff --git a/LCARStrek/browser/devtools/storage.css b/LCARStrek/browser/devtools/storage.css
new file mode 100644 (file)
index 0000000..a800b3f
--- /dev/null
@@ -0,0 +1,48 @@
+/* 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/. */
+
+/* Storage Host Tree */
+
+#storage-tree {
+  min-width: 220px;
+  max-width: 500px;
+  overflow: auto;
+}
+
+.theme-dark #storage-tree {
+  background: #000000; /* Toolbars */
+}
+
+#storage-tree .tree-widget-item[type="store"]:after {
+  background-image: url("chrome://browser/skin/devtools/filetype-store.svg");
+  background-size: 18px 18px;
+  background-position: -1px 0;
+}
+
+/* Columns with date should have a min width so that date is visible */
+#expires, #lastAccessed, #creationTime {
+  min-width: 150px;
+}
+
+/* Variables View Sidebar */
+
+#storage-sidebar {
+  max-width: 500px;
+  min-width: 250px;
+}
+
+/* Responsive sidebar */
+@media (max-width: 700px) {
+  #storage-tree {
+    max-width: 100%;
+  }
+
+  #storage-table #path {
+    display: none;
+  }
+
+  #storage-table .table-widget-cell {
+    min-width: 100px;
+  }
+}
diff --git a/LCARStrek/browser/devtools/tool-storage.svg b/LCARStrek/browser/devtools/tool-storage.svg
new file mode 100644 (file)
index 0000000..66d94cb
--- /dev/null
@@ -0,0 +1,7 @@
+<svg width="16" xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 16 16">
+<g fill="#000000">
+<path d="m1.3,12.5v-2.4c0,0 0,2.5 6.7,2.5 6.7,0 6.7-2.5 6.7-2.5v2.4c0,0 0,2.7-6.8,2.7-6.6,0-6.6-2.7-6.6-2.7z"/>
+<path d="m14.7,3.4c0-1.4-3-2.5-6.7-2.5s-6.7,1.1-6.7,2.5c0,.2 0,.3 .1,.5-.1-.3-.1-.4-.1-.4v1.5c0,0 0,2.7 6.7,2.7 6.7,0 6.8-2.7 6.8-2.7v-1.6c0,.1 0,.2-.1,.5-0-.2-0-.3-0-.5z"/>
+<path d="m1.3,8.7v-2.4c0,0 0,2.5 6.7,2.5 6.7,0 6.7-2.5 6.7-2.5v2.4c0,0 0,2.7-6.8,2.7-6.6-0-6.6-2.7-6.6-2.7z"/>
+</g>
+</svg>
index c2daa2ff06486b64227588c3fb302610c36b9ead..58f15d15f742ca8e61acdcc621077e520402326f 100644 (file)
@@ -78,6 +78,10 @@ a {
   margin: 3px;
 }
 
   margin: 3px;
 }
 
+.message-body-wrapper .table-widget-body {
+  overflow: visible;
+}
+
 /* The red bubble that shows the number of times a message is repeated */
 .message-repeats {
   -moz-user-select: none;
 /* The red bubble that shows the number of times a message is repeated */
 .message-repeats {
   -moz-user-select: none;
@@ -237,6 +241,13 @@ a {
   color: #FF0000;
 }
 
   color: #FF0000;
 }
 
+.theme-selected .console-string,
+.theme-selected .cm-number,
+.theme-selected .cm-variable,
+.theme-selected .kind-ArrayLike {
+  color: #000000 !important; /* Selection Text Color */
+}
+
 .message[category=network] > .indent {
   -moz-border-end: solid #FF0000 6px;
 }
 .message[category=network] > .indent {
   -moz-border-end: solid #FF0000 6px;
 }
@@ -442,7 +453,11 @@ a {
   border: 1px solid #A09090;
   border-radius: 3px;
 }
   border: 1px solid #A09090;
   border-radius: 3px;
 }
+
+.consoletable {
+  margin: 5px 0 0 0;
+}
+
 .message[severity=error] .stacktrace {
   background-color: #000000;
 }
 .message[severity=error] .stacktrace {
   background-color: #000000;
 }
index 2a0f70cf8e64dfd60705332b30c5f14a8119384f..7e3c18070f74a5c19173a82daf24d01f16868106 100644 (file)
   padding: 10px 20px;
   font-size: medium;
   background: transparent;
   padding: 10px 20px;
   font-size: medium;
   background: transparent;
+  pointer-events: none;
 }
 
 /* Tree Item */
 }
 
 /* Tree Item */
diff --git a/LCARStrek/browser/mask.png b/LCARStrek/browser/mask.png
new file mode 100644 (file)
index 0000000..00b1c3d
Binary files /dev/null and b/LCARStrek/browser/mask.png differ
diff --git a/LCARStrek/browser/mask@2x.png b/LCARStrek/browser/mask@2x.png
new file mode 100644 (file)
index 0000000..86d48e0
Binary files /dev/null and b/LCARStrek/browser/mask@2x.png differ
index e4c7e3374d1d2466caa6efd933d9b5cd246b22a9..397f8a545cd9a4c1ca815e81d0a5fc538f2b439c 100644 (file)
@@ -192,12 +192,6 @@ prefpane {
   height: 500px;
 }
 
   height: 500px;
 }
 
-#handlersView > listheader {
-  border: none;
-  background: transparent;
-  padding: 0;
-}
-
 #handlersView > listheader > treecol {
 }
 
 #handlersView > listheader > treecol {
 }
 
@@ -207,6 +201,12 @@ prefpane {
   border-bottom: 1px solid #9C9CFF;
 }
 
   border-bottom: 1px solid #9C9CFF;
 }
 
+#handlersView > listheader {
+  background: transparent;
+  border: 0;
+  padding: 0;
+}
+
 #typeColumn,
 #actionColumn {
   line-height: 20px;
 #typeColumn,
 #actionColumn {
   line-height: 20px;
@@ -307,7 +307,8 @@ description > html|a {
 #weavePrefsDeck > vbox > description,
 #weavePrefsDeck > vbox > #pairDevice > label,
 #weavePrefsDeck > #needsUpdate > hbox > #loginError,
 #weavePrefsDeck > vbox > description,
 #weavePrefsDeck > vbox > #pairDevice > label,
 #weavePrefsDeck > #needsUpdate > hbox > #loginError,
-#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP) > label {
+#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-normal) > label,
+#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-small) > label {
   /* no margin-start for elements at the begin of a line */
   -moz-margin-start: 0;
 }
   /* no margin-start for elements at the begin of a line */
   -moz-margin-start: 0;
 }
index fad3be94f9ddcd5d81f323139138bc08155236f3..3cd62d97ea3e78e792f575dd9b61c40a53cdf228 100644 (file)
@@ -379,30 +379,30 @@ xul|textbox[disabled="true"] {
 }
 */
 /* Links */
 }
 */
 /* Links */
-/*
+
 html|a,
 xul|*.text-link,
 xul|*.inline-link {
 html|a,
 xul|*.text-link,
 xul|*.inline-link {
-  font-size: 1.25rem;
-  line-height: 22px;
-  color: #0095dd;
+/*  font-size: 1.25rem;
+  line-height: 22px;*/
+  color: #3333FF;
   text-decoration: none;
 }
 
 html|a:hover,
 xul|*.text-link:hover,
 xul|*.inline-link:hover {
   text-decoration: none;
 }
 
 html|a:hover,
 xul|*.text-link:hover,
 xul|*.inline-link:hover {
-  color: #4cb1ff;
-  text-decoration: none;
+  color: #FFCF00;
+  text-decoration: underline;
 }
 
 html|a:hover:active,
 xul|*.text-link:hover:active,
 xul|*.inline-link:hover:active {
 }
 
 html|a:hover:active,
 xul|*.text-link:hover:active,
 xul|*.inline-link:hover:active {
-  color: #ff9500;
-  text-decoration: none;
+  color: #FF9F00;
+  text-decoration: underline;
 }
 }
-*/
+
 /* Checkboxes and radio buttons */
 /*
 xul|checkbox {
 /* Checkboxes and radio buttons */
 /*
 xul|checkbox {
@@ -620,10 +620,9 @@ xul|*.radio-icon,
 xul|*.checkbox-icon {
   -moz-margin-end: 0;
 }
 xul|*.checkbox-icon {
   -moz-margin-end: 0;
 }
-
+*/
 html|a:-moz-focusring,
 xul|*.text-link:-moz-focusring,
 xul|*.inline-link:-moz-focusring {
 html|a:-moz-focusring,
 xul|*.text-link:-moz-focusring,
 xul|*.inline-link:-moz-focusring {
-  border: 1px dotted -moz-DialogText;
+  border: 1px dotted #3333FF;
 }
 }
-*/
\ No newline at end of file