projects
/
themes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa9571
)
add close icon CSS so dev toolbar works
author
Robert Kaiser
<kairo@kairo.at>
Thu, 16 Feb 2017 00:24:38 +0000
(
01:24
+0100)
committer
Robert Kaiser
<kairo@kairo.at>
Thu, 16 Feb 2017 00:24:38 +0000
(
01:24
+0100)
LCARStrek/global/global.css
patch
|
blob
|
blame
|
history
diff --git
a/LCARStrek/global/global.css
b/LCARStrek/global/global.css
index 931b936fe3903d428b64785d77938ac79e5de36d..aefaa0d9e857bf6c1fcac61b0f9bd1e9b5191d98 100644
(file)
--- a/
LCARStrek/global/global.css
+++ b/
LCARStrek/global/global.css
@@
-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);
+}