some teaks based on observations when using the theme and errors reported in Firefox...
authorRobert Kaiser <kairo@kairo.at>
Tue, 22 Nov 2016 18:45:02 +0000 (19:45 +0100)
committerRobert Kaiser <kairo@kairo.at>
Tue, 22 Nov 2016 18:45:02 +0000 (19:45 +0100)
LCARStrek/browser/browser.css
LCARStrek/devtools/boxmodel.css
LCARStrek/devtools/inspector.css
LCARStrek/devtools/toolbars.css
LCARStrek/devtools/widgets.css

index 657620f7949bf7de5b662505a649d8b15ffe018c..367e69a214833d286127aff174eb0a6cb6ecb765 100644 (file)
@@ -1839,13 +1839,12 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
 }
 
 .urlbar-input-box,
-
 #urlbar-display-box {
   padding-inline-start: 4px;
-  border-inline-start: 1px solid var(--urlbar-separator-color);
+/*  border-inline-start: 1px solid var(--urlbar-separator-color);
   border-inline-end: 1px solid var(--urlbar-separator-color);
   border-image: linear-gradient(transparent 15%, var(--urlbar-separator-color) 15%, var(--urlbar-separator-color) 85%, transparent 85%);
-  border-image-slice: 1;
+  border-image-slice: 1; */
 }
 
 #urlbar-icons {
@@ -2199,7 +2198,7 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box
 
 #identity-box:hover:active,
 #identity-box[open=true] {
-  background-color: #FF9F00;
+  background-color: #A09090;
   color: #000000;
 }
 
@@ -2217,6 +2216,12 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box
   color: #000000;
 }
 
+#identity-box:hover > image,
+#identity-box:hover:active > image,
+#identity-box[open=true] > image {
+  filter: url(chrome://global/skin/icons/filters.svg#active-icon-state);
+}
+
 /* autocomplete */
 
 #treecolAutoCompleteImage {
@@ -2849,7 +2854,6 @@ richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-
 }
 
 .tab-icon-overlay[soundplaying] {
-  display: -moz-box;
   list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio-small.svg#tab-audio");
 }
 
@@ -4251,7 +4255,7 @@ html|*#gcli-output-frame {
 }
 
 .devtools-responsiveui-close:hover {
-  filter: url(images/filters.svg#checked-icon-state);
+  filter: url(chrome://devtools/skin/images/filters.svg#checked-icon-state);
 }
 
 .devtools-responsiveui-rotate {
index e38963c6beaf5863c665f9cbad7210d21026aad7..11128ebadd4ef37ffa4b865d38c652c3b0953a74 100644 (file)
@@ -2,6 +2,8 @@
  * 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/ */
 
+@import url(variables.css); /* No idea why this is needed but we get error messages without it */
+
 #boxmodel-wrapper {
   border-bottom-style: solid;
   border-bottom-width: 1px;
index 1d5f1f67b7936cab4726113bdebf40db8c05420a..b99c22151d0693eb611ad91cf54bd0913d56fe4c 100644 (file)
@@ -2,6 +2,8 @@
  * 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/. */
 
+@import url(variables.css); /* No idea why this is needed but we get error messages without it */
+
 :root {
   --eyedropper-image: url(images/command-eyedropper.svg);
 }
index ee12919a86f8a707986fe1ecef145cf0fcd2e318..e7d2ed621782cc5472377692b9180b79eabbf695 100644 (file)
@@ -56,7 +56,8 @@
 
 /* HTML Checkboxes - a lot copied from global/in-content/common.css */
 /* Hide the actual checkbox */
-input[type="checkbox"]:not(#browser-style-checkbox) { /* not() is workaround for old placement of checkbox in label */
+input[type="checkbox"]:not(#browser-style-checkbox),
+#browser-style-checkbox:not([label]) { /* not()s are workaround for old placement of checkbox in label */
   opacity: 0;
   width: 0;
   pointer-events: none;
index 686a686e192fa1a3405648ed7088234806b48ce7..67d6790a5c4d21f534ea3e3c1916e73a929c63d3 100644 (file)
 }
 
 .breadcrumbs-widget-item-classes {
-  color: var(#402800); /* --theme-content-color1 */
+  color: #402800; /* --theme-content-color1 */
 }
 
 .breadcrumbs-widget-item-pseudo-classes {