also add width for close-icon and override all those definitions for tab close buttons
[themes.git] / LCARStrek / global / global.css
index 931b936fe3903d428b64785d77938ac79e5de36d..53cf677c015947126be959e1f1f62b6186128384 100644 (file)
@@ -378,3 +378,21 @@ 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);
+}
+
+.close-icon > .button-icon,
+.close-icon > .button-box > .button-icon,
+.close-icon > .toolbarbutton-icon {
+  width: 16px;
+}