elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 9dbae6099f2e5afcbdaac5cafe2528c2c0223490
parent 1b955be234dcebcc386a71e3f20cfbaaba255696
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Mon, 27 Jun 2016 21:40:08 +0100

Add close-icon

Diffstat:
Msrc/chrome/global/global.css | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/chrome/global/global.css b/src/chrome/global/global.css @@ -310,3 +310,18 @@ label[disabled="true"]:-moz-system-metric(windows-classic) { .autoscroller[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 { + -moz-image-region: rect(0, 32px, 16px, 16px); +} + +.close-icon:hover:active { + -moz-image-region: rect(0, 48px, 16px, 32px); +}