add close icon CSS so dev toolbar works
[themes.git] / LCARStrek / global / global.css
index 931b936fe3903d428b64785d77938ac79e5de36d..aefaa0d9e857bf6c1fcac61b0f9bd1e9b5191d98 100644 (file)
@@ -378,3 +378,15 @@ popupnotificationcontent {
 .autoscroller[translucent="true"][scrolldir="EW"] {
   background-position: right bottom;
 }
+
+/* :::::: Close button icons ::::: */
+
+.close-icon {
+  list-style-image: url("chrome://global/skin/icons/close.png");
+  -moz-image-region: rect(0, 16px, 16px, 0);
+}
+
+.close-icon:hover,
+.close-icon:hover:active {
+  -moz-image-region: rect(0, 32px, 16px, 16px);
+}