third part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / browser / devtools / orion-container.css
diff --git a/LCARStrek/browser/devtools/orion-container.css b/LCARStrek/browser/devtools/orion-container.css
deleted file mode 100644 (file)
index bb0efc9..0000000
+++ /dev/null
@@ -1,39 +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/. */
-
-.viewTooltip {
-  display: none; /* TODO: add tooltips support, see bug 721752 */
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-  font-size: 13px;
-  background-color: #9C9CFF;
-  color: #000000;
-  padding: 2px;
-  border-radius: 4px;
-  border: 1px solid #FFCF00;
-  z-index: 100;
-  position: fixed;
-  overflow: hidden;
-  white-space: pre;
-}
-
-.viewTooltip em {
-  font-style: normal;
-  font-weight: bold;
-}
-
-.annotationHTML {
-  cursor: pointer;
-  width: 16px;
-  height: 16px;
-  display: inline-block;
-  vertical-align: middle;
-  background-position: center;
-  background-repeat: no-repeat;
-}
-.annotationHTML.task {
-  background-image: url("chrome://browser/skin/devtools/orion-task.png");
-}
-.annotationHTML.breakpoint {
-  background-image: url("chrome://browser/skin/devtools/orion-breakpoint.png");
-}