This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
FireRecord/chrome/skin/classic/inspector.css
retep998 09a406bb7a Dumping in stuff from Ian.
Signed-off-by: retep998 <retep998@verizon.net>
2013-02-07 02:22:51 -05:00

35 lines
772 B
CSS

/* See license.txt for terms of usage */
/*************************************************************************************************/
/* Style applied on the panel node. */
.panelNode-firerecord {
overflow: hidden;
}
.defaultContent {
text-align: center;
padding-top: 30px;
color: gray;
}
.linkUrl {
text-align: center;
padding-top: 30px;
color: blue;
}
.linkPreview {
border: none;
width: 100%;
height: 100%;
}
/*************************************************************************************************/
/* Firebug Tracing Console customization. All messages from this example use this color.
This helps to distinguish logs from those coming from Firebug */
.DBG_FIRERECORD {
color: rgb(0, 101, 114);
}