gecko/browser/base/content/highlighter.css
Paul Rouget ce5d8a8042 Bug 664436 - Implement the highlighter without an iframe. r=dao
--HG--
extra : rebase_source : 04cff2a46fba7e38efa0d230d30c6d76d8f022d4
2011-07-11 19:18:11 +02:00

37 lines
637 B
CSS

#highlighter-container {
pointer-events: none;
}
#highlighter-controls {
position: absolute;
top: 0;
left: 0;
}
#highlighter-veil-container {
overflow: hidden;
}
.highlighter-veil,
#highlighter-veil-middlebox,
#highlighter-veil-transparentbox {
-moz-transition-property: width, height;
-moz-transition-duration: 0.1s;
-moz-transition-timing-function: linear;
}
#highlighter-veil-bottombox,
#highlighter-veil-rightbox {
-moz-box-flex: 1;
}
#highlighter-veil-middlebox:-moz-locale-dir(rtl) {
-moz-box-direction: reverse;
}
#highlighter-close-button {
position: absolute;
pointer-events: auto;
z-index: 1;
}