* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@import url("chrome://global/skin/");
+@import url("downloads/indicator.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
margin-top: 8px;
border-right-color: rgba(0, 132, 132, .5);
border-top-color: rgba(0, 132, 132, .5);
- background-image: linear-gradient(bottom left, transparent 50%, rgb(0, 132, 132) 50%);
+ background-image: linear-gradient(to bottom left, transparent 50%, rgb(0, 132, 132) 50%);
}
.highlighter-nodeinfobar-arrow-bottom {
margin-bottom: 8px;
border-left-color: rgba(0, 132, 132, .5);
border-bottom-color: rgba(0, 132, 132, .5);
- background-image: linear-gradient(top right, transparent 50%, rgb(0, 132, 132) 50%);
+ background-image: linear-gradient(to top right, transparent 50%, rgb(0, 132, 132) 50%);
}
.highlighter-nodeinfobar-container[position="top"] > .highlighter-nodeinfobar,
/* === END responsivedesign.inc.css === */
+/* === including indicator.css is done at the start of the file === */
+
/* Error counter */
#developer-toolbar-toolbox-button[error-count]:before {