list-style-image: url("chrome://global/skin/icons/close-button.gif");
padding: 4px 2px;
}
-
-.alertCloseButton > .toolbarbutton-text {
- display: none;
-}
.findbar-find-next > .toolbarbutton-icon {
}
-.findbar-find-previous > .toolbarbutton-text,
-.findbar-find-next > .toolbarbutton-text {
-}
-
.findbar-find-previous[disabled="true"] > .toolbarbutton-icon,
.findbar-find-next[disabled="true"] > .toolbarbutton-icon {
}
}
.toolbarbutton-text {
- margin: 0px !important;
+ margin: 0px !important; /* !important for overriding global.css */
padding: 0px;
text-align: center;
}
--- /dev/null
+/* 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/. */
+
+@import url("chrome://global/skin/inContentUI.css");
+
+:root {
+ height: 100%;
+ width: 100%;
+ padding: 0;
+}
padding: 4px 2px;
}
-.alertCloseButton > .toolbarbutton-text {
- display: none;
-}
-
.alertCloseButton:hover,
.alertCloseButton:hover:active {
-moz-image-region: rect(0, 32px, 16px, 16px);
.findbar-find-next > .toolbarbutton-icon {
}
-.findbar-find-previous > .toolbarbutton-text,
-.findbar-find-next > .toolbarbutton-text {
-}
-
.findbar-find-previous[disabled="true"] > .toolbarbutton-icon,
.findbar-find-next[disabled="true"] > .toolbarbutton-icon {
}
}
.toolbarbutton-text {
- margin: 0px !important;
+ margin: 0px !important; /* !important for overriding global.css */
padding: 0px;
text-align: center;
}
--- /dev/null
+/* 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/. */
+
+@import url("chrome://global/skin/inContentUI.css");
+
+:root {
+ height: 100%;
+ width: 100%;
+ padding: 0;
+}