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=e29c298e061e469a0688b8e3ca37a8cc102cc569;hb=50ae39b44cb48fa78a17de57328dd05eb372342a;hp=0000000000000000000000000000000000000000;hpb=938117ba0f9581f628e39f0e3624bb82e05797d9;p=themes.git diff --git a/LCARStrek/browser/devtools/orion-container.css b/LCARStrek/browser/devtools/orion-container.css new file mode 100644 index 00000000..e29c298e --- /dev/null +++ b/LCARStrek/browser/devtools/orion-container.css @@ -0,0 +1,39 @@ +/* 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: 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"); +}