X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Forion-container.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Forion-container.css;h=0000000000000000000000000000000000000000;hb=d2ce251d5603e79f6c56e5c46b711c8a85403418;hp=bb0efc9d7f000f5127c3a723f05ee48a591e9594;hpb=6dc70335b2a0bf287f39b81011cb275c8158622c;p=themes.git diff --git a/LCARStrek/browser/devtools/orion-container.css b/LCARStrek/browser/devtools/orion-container.css deleted file mode 100644 index bb0efc9d..00000000 --- a/LCARStrek/browser/devtools/orion-container.css +++ /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"); -}