2012-05-29 08:52:43 -07:00
|
|
|
/* 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/. */
|
2014-01-09 03:36:01 -08:00
|
|
|
|
2012-11-30 00:07:59 -08:00
|
|
|
.highlighter-container {
|
2011-07-11 10:18:11 -07:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2014-03-13 14:36:48 -07:00
|
|
|
/*
|
|
|
|
* Box model highlighter
|
|
|
|
*/
|
|
|
|
svg|svg.box-model-root[hidden],
|
|
|
|
svg|line.box-model-guide-top[hidden],
|
|
|
|
svg|line.box-model-guide-right[hidden],
|
|
|
|
svg|line.box-model-guide-left[hidden],
|
|
|
|
svg|line.box-model-guide-bottom[hidden] {
|
|
|
|
display: none;
|
2011-07-11 10:18:11 -07:00
|
|
|
}
|
|
|
|
|
2011-09-27 13:01:24 -07:00
|
|
|
/*
|
|
|
|
* Node Infobar
|
|
|
|
*/
|
2012-11-30 00:07:59 -08:00
|
|
|
.highlighter-nodeinfobar-container {
|
2014-01-09 03:36:01 -08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlighter-nodeinfobar-positioner {
|
2011-09-27 13:01:24 -07:00
|
|
|
position: absolute;
|
2012-01-30 11:27:53 -08:00
|
|
|
max-width: 95%;
|
2011-10-11 06:10:13 -07:00
|
|
|
}
|
|
|
|
|
2014-01-09 03:36:01 -08:00
|
|
|
.highlighter-nodeinfobar-positioner[hidden] {
|
2012-08-24 05:18:23 -07:00
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2012-11-30 00:07:59 -08:00
|
|
|
.highlighter-nodeinfobar-text {
|
2012-01-30 11:27:53 -08:00
|
|
|
overflow: hidden;
|
2012-04-04 11:40:48 -07:00
|
|
|
white-space: nowrap;
|
2012-01-30 11:27:53 -08:00
|
|
|
text-overflow: ellipsis;
|
2012-04-04 11:40:48 -07:00
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2012-11-30 00:07:59 -08:00
|
|
|
html|*.highlighter-nodeinfobar-id,
|
|
|
|
html|*.highlighter-nodeinfobar-classes,
|
|
|
|
html|*.highlighter-nodeinfobar-pseudo-classes,
|
|
|
|
html|*.highlighter-nodeinfobar-tagname {
|
2011-11-29 01:18:42 -08:00
|
|
|
-moz-user-select: text;
|
2013-01-24 10:25:11 -08:00
|
|
|
-moz-user-focus: normal;
|
2011-11-29 01:18:42 -08:00
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
2011-09-27 13:01:24 -07:00
|
|
|
.highlighter-nodeinfobar-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-01-09 03:36:01 -08:00
|
|
|
.highlighter-nodeinfobar-positioner[position="top"]:not([hide-arrow]) > .highlighter-nodeinfobar-arrow-bottom {
|
2011-09-27 13:01:24 -07:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-01-09 03:36:01 -08:00
|
|
|
.highlighter-nodeinfobar-positioner[position="bottom"]:not([hide-arrow]) > .highlighter-nodeinfobar-arrow-top {
|
2011-09-27 13:01:24 -07:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-01-09 03:36:01 -08:00
|
|
|
.highlighter-nodeinfobar-positioner[disabled] {
|
2011-09-27 13:01:24 -07:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2012-11-30 00:07:59 -08:00
|
|
|
html|*.highlighter-nodeinfobar-tagname {
|
2011-09-27 13:01:24 -07:00
|
|
|
text-transform: lowercase;
|
|
|
|
}
|