update both themes for browser winstripe changes in the Firefox 18 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 9 Dec 2012 21:21:59 +0000 (22:21 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 9 Dec 2012 21:21:59 +0000 (22:21 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/commandline.css
LCARStrek/browser/devtools/csshtmltree.css
LCARStrek/browser/devtools/debugger.css
LCARStrek/browser/devtools/markup-view.css
LCARStrek/browser/devtools/orion.css

index 2f5977f8284b126fa126cf13e1e6d0e620c1335b..e44fecc54f7ade429725710b6e3b1258919172d1 100644 (file)
@@ -1834,10 +1834,6 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
   list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
 }
 
-#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
-  min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
-}
-
 .tab-throbber[pinned],
 .tab-icon-image[pinned] {
   -moz-margin-start: 2px;
@@ -2196,6 +2192,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   list-style-image: url("chrome://browser/skin/webapps-64.png");
 }
 
+.popup-notification-icon[popupid="webRTC-shareDevices"] {
+  list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
+}
+
 /* Notification icon box */
 #notification-popup-box {
   position: relative;
@@ -2263,6 +2263,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
 }
 
+#webRTC-notification-icon {
+  list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
+}
+
 #identity-popup-container {
   min-width: 280px;
 }
@@ -2990,6 +2994,12 @@ html|*#gcli-output-frame {
   border-color: transparent;
 }
 
+.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
+  background-color: #008484;
+  color: #000000;
+  text-shadow: none;
+}
+
 .gclitoolbar-complete-node {
   padding-left: 21px;
   background-color: transparent;
@@ -3039,13 +3049,12 @@ html|*#gcli-output-frame {
 
 /* Responsive Mode */
 
-vbox[anonid=browserContainer][responsivemode] {
-  background: #392900 url("chrome://browser/skin/devtools/responsive-background.png");
-  box-shadow: 0 0 7px #9C9CFF inset;
+.browserContainer[responsivemode] {
+  background: #221500 url("chrome://browser/skin/devtools/responsive-background.png");
   padding: 0 20px 20px 20px;
 }
 
-stack[anonid=browserStack][responsivemode] {
+.browserStack[responsivemode] {
   box-shadow: 0 0 7px #9C9CFF;
 }
 
index 46cc02a5ae994aadced3fddf488e3d3ddc66db85..d0f125e71e824e2562eed9e4294b81a6b8dda58a 100644 (file)
 .gcli-row-out h4,
 .gcli-row-out h5,
 .gcli-row-out th,
-.gcli-row-out strong {
+.gcli-row-out strong,
+.gcli-row-out pre {
   color: #FFCF00;
 }
 
+.gcli-row-out pre {
+  font-size: 80%;
+}
+
 .gcli-out-shortcut,
 .gcli-help-synopsis {
   padding: 0 3px;
index 8a176e185380b3a8a789f667faf3446a194c5982..89c26eb82b0bb1db919f6e0b3826116b5ffca52b 100644 (file)
@@ -7,12 +7,6 @@
   color: #FF9F00;
 }
 
-.property-header {
-  padding: 5px 0;
-  white-space: nowrap;
-  vertical-align: text-top;
-}
-
 /* Take away these two :visited rules to get a core dumper     */
 /* See https://bugzilla.mozilla.org/show_bug.cgi?id=575675#c30 */
 .link,
@@ -54,12 +48,12 @@ link:hover {
   height: 9px;
   -moz-margin-start: 5px;
   -moz-margin-end: 5px;
-  background: url("chrome://global/skin/tree/twisty-closed.png") center center no-repeat;
+  background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat;
   vertical-align: middle;
 }
 
 .expander[open] {
-  background-image: url("chrome://global/skin/tree/twisty-open.png");
+  background-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
 .match {
@@ -71,16 +65,20 @@ link:hover {
   visibility: visible;
 }
 
+.expander-container {
+  vertical-align: text-top;
+}
+
 .property-name {
-  font-size: 12px;
+  padding: 2px 0;
   color: #FF9F00;
   width: 220px;
 }
+
 .property-value {
   padding: 0;
-  font-size: 10px;
+  -moz-padding-end: 6px;
   color: #8050B0;
-  vertical-align: text-top;
   width: 100%;
 }
 
@@ -284,3 +282,7 @@ link:hover {
 .ruleview-propertycontainer:hover > .ruleview-propertyvalue {
   border-bottom-color: #9C9CFF;
 }
+
+.ruleview-selector-separator, .ruleview-selector-unmatched {
+  color: #8050B0;
+}
index 55228dadc8f5480afbb6541ceecccd4524901b98..5134f15a76f70f5fba0d5706e0a7de4b0333ea66 100644 (file)
@@ -9,7 +9,7 @@ window {
 }
 
 #body {
-  /* background: #000000; */
+  background-color: #000000;
 }
 
 /**
@@ -123,6 +123,25 @@ window {
   transform: scale(1.75, 1.75);
 }
 
+#scripts-search-panel .description {
+  margin-top: -6px;
+  margin-bottom: 8px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 0;
+}
+
+#scripts-search-panel button.operator {
+  min-width: 0;
+  margin: 0;
+  padding: 0;
+  font: 9pt "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
+#scripts-search-panel label.operator {
+  -moz-padding-start: 6px;
+  padding-bottom: 1px;
+}
+
 /**
  * Stack frames and breakpoints panel
  */
index 6b715b7a6f9b1b7d168be0fd1ab9d058efa4ff82..0db502957e3d7a3f2590b1729b2d898f8e87be7f 100644 (file)
@@ -61,11 +61,11 @@ li.container {
   height: 14px;
   background-repeat: no-repeat;
   background-position: center;
-  background-image: url("chrome://global/skin/tree/twisty-clsd.png");
+  background-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
 .expander[expanded] {
-  background-image: url("chrome://global/skin/tree/twisty-open.png");
+  background-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
 .styleinspector-propertyeditor {
index a7fa7193abf2d74ea53d2fb7b294c736d53a70d1..cd96fa634a8ef787fcf290775079b61d55f87062 100644 (file)
@@ -16,7 +16,7 @@
 }
 
 .readonly > .view {
-  background: #000000;
+  background: #000000; /* super light green */
 }
 
 .ruler {
   outline: 1px solid #008484;
 }
 
-.token_singleline_comment {
-  color: #33CC33; /* green */
-}
-
-.token_multiline_comment {
-  color: #33CC33; /* green */
-}
-
+.token_singleline_comment,
+.token_multiline_comment,
 .token_doc_comment {
-  color: #33CC33; /* green */
+  color: #33CC33;  /* grey */
 }
 
 .token_doc_html_markup {
 }
 
 .token_string {
-  color: #9C9CFF; /* blue */
+  color: #9C9CFF; /* green */
   font-style: italic;
 }
 
 
 .line_caret,
 .annotationLine.currentLine { /* Current line */
-  background: #402800; /* lighter than the background */
+  background: #402800;
 }
 
 .readonly .line_caret,
 .readonly .annotationLine.currentLine {
-  background: #402800; /* a bit darker than the background */
+  background: #402800;
 }
 
 /* Styling for html syntax highlighting */
 .entity-name-tag {
-  color: #E7ADE7; /* purple */
+  color: #E7ADE7; /* blue */
 }
 
 .entity-other-attribute-name {
-  color: #E7ADE7; /* purple */
+  color: #E7ADE7; /* blue */
 }
 
 .punctuation-definition-comment {
-  color: #33CC33; /* green */
+  color: #33CC33; /* grey */
 }
 
 .comment {
-  color: #33CC33; /* green */
+  color: #33CC33; /* grey */
 }
 
 .string-quoted {
-  color: #9C9CFF; /* blue */
-  font-style: italic;
+  color: #9C9CFF; /* orange */
 }
 
 .invalid {