finish up sync of LCARStrek theme with windows theme changes in Firefox 22
[themes.git] / LCARStrek / browser / devtools / csshtmltree.css
diff --git a/LCARStrek/browser/devtools/csshtmltree.css b/LCARStrek/browser/devtools/csshtmltree.css
deleted file mode 100644 (file)
index bdf9f83..0000000
+++ /dev/null
@@ -1,293 +0,0 @@
-/* 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/. */
-
-:root {
-  background: #000000;
-  color: #FF9F00;
-  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
-}
-
-/* Take away these two :visited rules to get a core dumper     */
-/* See https://bugzilla.mozilla.org/show_bug.cgi?id=575675#c30 */
-.link,
-.link:visited {
-  color: #0091ff;
-}
-.link,
-.helplink,
-.link:visited,
-.helplink:visited {
-  text-decoration: none;
-}
-link:hover {
-  text-decoration: underline;
-}
-
-.helplink {
-  height: 14px;
-  width: 0;
-  overflow: hidden;
-  -moz-padding-start: 14px;
-  background-image: url("chrome://browser/skin/devtools/goto-mdn.png");
-  -moz-margin-end: 2px;
-  cursor: pointer;
-}
-
-.property-view:not(:hover) > .helplink-container {
-  visibility: hidden;
-}
-
-.rulelink {
-  color: -moz-dialogtext;
-  padding: 0;
-  cursor: pointer;
-}
-
-.expander {
-  width: 9px;
-  height: 9px;
-  -moz-margin-start: 5px;
-  -moz-margin-end: 5px;
-  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.gif");
-}
-
-.match {
-  visibility: hidden;
-}
-
-.expandable {
-  cursor: pointer;
-  visibility: visible;
-}
-
-.expander-container {
-  vertical-align: text-top;
-}
-
-.property-name {
-  padding: 2px 0;
-  color: #FF9F00;
-  width: 220px;
-}
-
-.property-value {
-  padding: 0;
-  -moz-padding-end: 6px;
-  color: #8050B0;
-  width: 100%;
-}
-
-.rule-link {
-  text-align: end;
-  -moz-padding-start: 10px;
-}
-
-/* This rule is necessary because Templater.jsm breaks LTR TDs in RTL docs */
-.rule-text {
-  direction: ltr;
-  padding: 0;
-  -moz-padding-start: 20px;
-  vertical-align: text-bottom;
-}
-
-.bestmatch {
-  color: #FFCF00;
-}
-.matched {
-  text-decoration: line-through;
-}
-.parentmatch {
-  color: #E7ADE7;
-}
-
-#propertyContainer {
-  border-collapse: collapse;
-}
-
-.darkrow {
-  background-color: #404000;
-}
-
-#noResults {
-  font-size: 18px;
-  margin-top: 5px;
-  text-align: center;
-}
-
-.headerControls {
-  color: #9C9CFF;
-  background-color: #000000;
-}
-
-.includebrowserstyles {
-  cursor: pointer;
-  font-size: 11px;
-}
-
-#footer {
-  border-top: 1px solid #9C9CFF;
-}
-
-.legendKey {
-  margin: 0 5px;
-}
-
-/**
- * CSS Rule View
- */
-
-.ruleview {
-  background-color: #000000;
-}
-
-.ruleview-rule-source {
-  color: #9C9CFF; /* original: green */
-  -moz-padding-start: 5px;
-  cursor: pointer;
-  text-align: right;
-  float: right;
-  -moz-user-select: none;
-}
-
-.ruleview-rule-inheritance {
-  background-color: #000000;
-  color: #8050B0;
-  border-top: 1px solid #9C9CFF;
-  border-bottom: 1px solid #9C9CFF;
-  padding: 1px 4px;
-  margin-top: 4px;
-  -moz-user-select: none;
-}
-
-.ruleview-rule-source:hover {
-  text-decoration: underline;
-}
-
-.ruleview-rule {
-  padding: 2px 4px;
-}
-
-.ruleview-rule + .ruleview-rule {
-  border-top: 1px dotted #008484;
-}
-
-.ruleview-warning {
-  background: url("chrome://browser/skin/devtools/alerticon-warning.png");
-  -moz-margin-start: 5px;
-  vertical-align: middle;
-  width: 13px;
-  height: 12px;
-}
-
-.ruleview-ruleopen {
-  -moz-padding-end: 5px;
-}
-
-.ruleview-ruleclose {
-  cursor: text;
-  padding-right: 20px;
-}
-
-.ruleview-propertylist {
-  list-style: none;
-  padding: 0;
-  margin: 0;
-}
-
-.ruleview-enableproperty {
-  height: 10px;
-  width: 10px;
-  -moz-margin-start: 1px;
-  -moz-margin-end: 0;
-  transition: opacity 100ms;
-  transition-delay: 200ms;
-}
-
-.ruleview-property:not(:hover) > .ruleview-enableproperty[checked] {
-  opacity: 0;
-  transition: none;
-}
-
-.ruleview-expander {
-  width: 8px;
-  height: 8px;
-  background: url("chrome://browser/skin/devtools/arrows.png") 24px 0;
-  cursor: pointer;
-  -moz-margin-start: 2px;
-  -moz-margin-end: 5px;
-}
-
-.ruleview-expander.styleinspector-open {
-  background-position: 8px 0;
-}
-
-.ruleview-newproperty {
-  /* (enable checkbox width: 12px) + (expander width: 15px) */
-  -moz-margin-start: 27px;
-}
-
-.ruleview-propertyname {
-  padding: 1px 0;
-  color: #9C9CFF; /* original: blue */
-}
-
-.ruleview-propertyvalue {
-  padding: 1px 0;
-}
-
-.ruleview-namecontainer,
-.ruleview-propertycontainer,
-.ruleview-propertyname,
-.ruleview-propertyvalue {
-  text-decoration: inherit;
-}
-
-.ruleview-computedlist {
-  list-style: none;
-  padding: 0;
-}
-
-.ruleview-computed {
-  -moz-margin-start: 4em;
-}
-
-.ruleview-overridden {
-  text-decoration: line-through;
-}
-
-.styleinspector-propertyeditor {
-  border: 1px solid #9C9CFF;
-  padding: 0;
-}
-
-.ruleview-property {
-  border-left: 2px solid transparent;
-}
-
-.ruleview-property  > * {
-  vertical-align: middle;
-}
-
-.ruleview-property[dirty] {
-  border-left-color: #008484;
-}
-
-.ruleview-namecontainer > .ruleview-propertyname,
-.ruleview-propertycontainer > .ruleview-propertyvalue {
-  border-bottom: 1px dashed transparent;
-}
-
-.ruleview-namecontainer:hover > .ruleview-propertyname,
-.ruleview-propertycontainer:hover > .ruleview-propertyvalue {
-  border-bottom-color: #9C9CFF;
-}
-
-.ruleview-selector-separator, .ruleview-selector-unmatched {
-  color: #8050B0;
-}