flyson
flyso****@users*****
2006年 12月 10日 (日) 00:11:33 JST
Index: bbs2chreader/skin/classic/bbs2chreader/ff-toolbarbutton.css diff -u bbs2chreader/skin/classic/bbs2chreader/ff-toolbarbutton.css:1.1 bbs2chreader/skin/classic/bbs2chreader/ff-toolbarbutton.css:1.1.2.1 --- bbs2chreader/skin/classic/bbs2chreader/ff-toolbarbutton.css:1.1 Sun Jan 9 19:29:08 2005 +++ bbs2chreader/skin/classic/bbs2chreader/ff-toolbarbutton.css Sun Dec 10 00:11:33 2006 @@ -1,11 +1,28 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #bbs2chreader-button { - list-style-image: url("chrome://bbs2chreader/skin/type-2ch.gif") !important; - -moz-image-region: rect(0px, 16px, 16px, 0px); + list-style-image: url("chrome://bbs2chreader/skin/toolbar.png") !important; + -moz-image-region: rect(0px, 24px, 24px, 0px); +} +#bbs2chreader-button:not([disabled="true"]):hover, +#bbs2chreader-button[buttonover="true"] { + -moz-image-region: rect(24px 24px 48px 0px); +} +#bbs2chreader-button[disabled="true"] { + -moz-image-region: rect(48px 24px 72px 0px); +} +#bbs2chreader-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(72px 24px 96px 0px); } toolbar[iconsize="small"] #bbs2chreader-button { list-style-image: url("chrome://bbs2chreader/skin/type-2ch.gif") !important; -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +toolbar[iconsize="small"] #bbs2chreader-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] #bbs2chreader-button[buttonover="true"], +toolbar[iconsize="small"] #bbs2chreader-button[disabled="true"], +toolbar[iconsize="small"] #bbs2chreader-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(0px, 16px, 16px, 0px); } \ No newline at end of file