From d61a45b24b8aab4323df5cdef2fd0c59ecad38ff Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 23 Dec 2008 19:27:14 +0100 Subject: [PATCH] EarlyBlue 2.0a1 -> 2.0a2 updates, help and messenger parts, also reducing important rules in LCARStrek messenger --- .../icons/communicatoricons-small.png | Bin 435 -> 435 bytes .../communicator/icons/communicatoricons.png | Bin 540 -> 540 bytes EarlyBlue/help/help.css | 4 - EarlyBlue/messenger/accountManage.css | 4 + .../messenger/addressbook/addressbook.css | 5 +- .../messenger/addressbook/cardDialog.css | 22 ++- EarlyBlue/messenger/folderMenus.css | 19 +- EarlyBlue/messenger/folderPane.css | 43 ++-- .../messenger/icons/folder-newsgroup-new.gif | Bin 0 -> 122 bytes .../messenger/icons/messengericons-small.png | Bin 0 -> 1068 bytes EarlyBlue/messenger/icons/messengericons.png | Bin 0 -> 1570 bytes EarlyBlue/messenger/mailWindow2.css | 44 ----- .../messengercompose/address-disabled.gif | Bin 159 -> 0 bytes .../messenger/messengercompose/address.gif | Bin 159 -> 0 bytes .../messengercompose/attach-disabled.gif | Bin 146 -> 0 bytes .../messenger/messengercompose/attach.gif | Bin 146 -> 0 bytes .../messengercompose/messengercompose.css | 39 ++-- .../messengercompose/quote-disabled.gif | Bin 155 -> 0 bytes .../messenger/messengercompose/quote.gif | Bin 155 -> 0 bytes .../messengercompose/savemsg-disabled.gif | Bin 155 -> 0 bytes .../messenger/messengercompose/savemsg.gif | Bin 155 -> 0 bytes .../messengercompose/send-disabled.gif | Bin 142 -> 0 bytes EarlyBlue/messenger/messengercompose/send.gif | Bin 142 -> 0 bytes .../messengercompose/sendlater-disabled.gif | Bin 102 -> 0 bytes .../messenger/messengercompose/sendlater.gif | Bin 102 -> 0 bytes EarlyBlue/messenger/primaryToolbar.css | 186 +++++++++++++++--- EarlyBlue/messenger/threadPane.css | 2 + EarlyBlue/messenger/toolbar/file-disabled.gif | Bin 111 -> 0 bytes EarlyBlue/messenger/toolbar/file.gif | Bin 111 -> 0 bytes .../messenger/toolbar/forward-disabled.gif | Bin 107 -> 0 bytes EarlyBlue/messenger/toolbar/forward.gif | Bin 107 -> 0 bytes .../messenger/toolbar/getmsg-disabled.gif | Bin 112 -> 0 bytes EarlyBlue/messenger/toolbar/getmsg.gif | Bin 112 -> 0 bytes EarlyBlue/messenger/toolbar/junk-disabled.gif | Bin 149 -> 0 bytes EarlyBlue/messenger/toolbar/junk.gif | Bin 124 -> 0 bytes EarlyBlue/messenger/toolbar/mark-disabled.gif | Bin 111 -> 0 bytes EarlyBlue/messenger/toolbar/mark.gif | Bin 111 -> 0 bytes .../messenger/toolbar/newmsg-disabled.gif | Bin 106 -> 0 bytes EarlyBlue/messenger/toolbar/newmsg.gif | Bin 106 -> 0 bytes EarlyBlue/messenger/toolbar/next-disabled.gif | Bin 99 -> 0 bytes EarlyBlue/messenger/toolbar/next.gif | Bin 99 -> 0 bytes .../messenger/toolbar/reply-disabled.gif | Bin 104 -> 0 bytes EarlyBlue/messenger/toolbar/reply.gif | Bin 104 -> 0 bytes .../messenger/toolbar/replyall-disabled.gif | Bin 112 -> 0 bytes EarlyBlue/messenger/toolbar/replyall.gif | Bin 112 -> 0 bytes .../messengercompose/messengercompose.css | 6 +- LCARStrek/messenger/primaryToolbar.css | 52 ++--- 47 files changed, 267 insertions(+), 159 deletions(-) create mode 100644 EarlyBlue/messenger/icons/folder-newsgroup-new.gif create mode 100644 EarlyBlue/messenger/icons/messengericons-small.png create mode 100644 EarlyBlue/messenger/icons/messengericons.png delete mode 100644 EarlyBlue/messenger/mailWindow2.css delete mode 100755 EarlyBlue/messenger/messengercompose/address-disabled.gif delete mode 100755 EarlyBlue/messenger/messengercompose/address.gif delete mode 100755 EarlyBlue/messenger/messengercompose/attach-disabled.gif delete mode 100755 EarlyBlue/messenger/messengercompose/attach.gif delete mode 100755 EarlyBlue/messenger/messengercompose/quote-disabled.gif delete mode 100755 EarlyBlue/messenger/messengercompose/quote.gif delete mode 100755 EarlyBlue/messenger/messengercompose/savemsg-disabled.gif delete mode 100755 EarlyBlue/messenger/messengercompose/savemsg.gif delete mode 100755 EarlyBlue/messenger/messengercompose/send-disabled.gif delete mode 100755 EarlyBlue/messenger/messengercompose/send.gif delete mode 100644 EarlyBlue/messenger/messengercompose/sendlater-disabled.gif delete mode 100644 EarlyBlue/messenger/messengercompose/sendlater.gif delete mode 100755 EarlyBlue/messenger/toolbar/file-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/file.gif delete mode 100755 EarlyBlue/messenger/toolbar/forward-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/forward.gif delete mode 100755 EarlyBlue/messenger/toolbar/getmsg-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/getmsg.gif delete mode 100644 EarlyBlue/messenger/toolbar/junk-disabled.gif delete mode 100644 EarlyBlue/messenger/toolbar/junk.gif delete mode 100644 EarlyBlue/messenger/toolbar/mark-disabled.gif delete mode 100644 EarlyBlue/messenger/toolbar/mark.gif delete mode 100755 EarlyBlue/messenger/toolbar/newmsg-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/newmsg.gif delete mode 100755 EarlyBlue/messenger/toolbar/next-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/next.gif delete mode 100755 EarlyBlue/messenger/toolbar/reply-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/reply.gif delete mode 100755 EarlyBlue/messenger/toolbar/replyall-disabled.gif delete mode 100755 EarlyBlue/messenger/toolbar/replyall.gif diff --git a/EarlyBlue/communicator/icons/communicatoricons-small.png b/EarlyBlue/communicator/icons/communicatoricons-small.png index 92354f062119797b7a41c0f3212d94a5a3e0c030..eb9a441ceda856137caf3e743555b1a308a95e6e 100644 GIT binary patch delta 39 vcmdnYyqS4|nSeY4)0s188X6kX($38IuDWERn-zz+ptT4ix6AR39omclE*}m= delta 39 vcmdnYyqS4|nZQa0hBIf*G&D4%rJZ5F$T@eSn-vG2u$1E0O_4PlJG2=AIGYbV diff --git a/EarlyBlue/communicator/icons/communicatoricons.png b/EarlyBlue/communicator/icons/communicatoricons.png index 6c8487ecc64f760a9800d7ff11c7e8233f3fb8d9..1ad2e966cfae475400f5b3951984c4738245570e 100644 GIT binary patch delta 39 xcmV+?0NDSW1e^qrHV}OP0%m5+fPjF^%*>XasL+u{ItUjLIy%EA=cAqQeyv!?^9KE(`J8uc<-X(5!!CdeBZUrubKdu#;ArBUAzB}zqa{loa Mnf|Lf#*7Ts07LFFH2?qr literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/icons/messengericons-small.png b/EarlyBlue/messenger/icons/messengericons-small.png new file mode 100644 index 0000000000000000000000000000000000000000..557518b4e72b3546ebe8ebb42560c68b0a2b7c37 GIT binary patch literal 1068 zcmV+{1k?M8P)Px#2~bQ_MF0Q*fPjEzX3Q)@4w(P|00DGTPE!Ct=GbNc0004EOGiWihy@);00009 za7bBm000XU000XU0RWnu7ytkO2XskIMF-dn7ZL*@LSceN0000PbVXQnLvL+uWo~o; zLvm$dbY)~9cWHEJAV*0}P*;Ht7XSbQYDq*vR7l6AmBEgyI1ojzEszi^BEcSIh4>01 z(R(7r|6{R2`3l4;@>kBOWIEk%UQbUyjoDlkRd&^_^0oA_a+YEQ?6tI%fbA^JC+U_C zy~T^hQAgM5qNH^UnmQ~)-*s)HdQe}s0*rYtySSJ|SoAHp1FrgdWqwBcnJOt1mJeWl zfDJIK-qThtVOC$KTT_NN5=(VZC@CiA$ikv?kWL?<=iG*KKLFc$wsoqBD&vEM-xpr8 z!v#GudTu#E3ws`U*M*YvJ*RlZlJf|aopCwcKZ!rVcut%hpeNtoA|0ez)ok1WG@EluszSiB_R3SEXqEv> zt9zyGTHscly^0fO)?0Ni=i)I5vW@8$t#ge&S^j-_S!Y>if=(7x6I5Ezoe8_zzV%Aq zC+fn-pNx5;4x%pB^`rP3Jcp#JvoFf%emFK?G4$UTyvEYdg=Tkb`bVtG5f5+c6s$lzgk;u;lw}`(R0!PWJc5cW5IH$8t!GxOcjSrUrmll_5FP364mxN1rxoGo) zW?WF!9aUwJZU=gH;q-*U1yi^kq81}++)Z=uK!nF_2pyJ`dIg>f m-BX>fq5LFPe+K^fUi<}ud??8CmqpnC0000Px#2~bQ_MF0Q*fPjEzX3Q)@4w(P|00DGTPE!Ct=GbNc0004EOGiWihy@);00009 za7bBm000XU000XU0RWnu7ytkO2XskIMF-dn7ZL+H$OKEO000GrNklgoBi}v4 zSy?!J&)AMaSZY5==O+v_6sr!)7Avk_%zs*{ekyx8s5u%*Fo`Iv8cqw>w;V(r}r||L*j-@#l(fpNSn@V);HL67n_SBoeNRq z2csO5Dz8BEWdp2Xwm*VoQ_u}sf^%=9S=7F<*hjgT(GBPhf^XR@R%bO)`kqKos z&CM!^r91O|F4?apc^bVH({J=N-$ks~EtsMe6WPy-=>-*22FFUP>7Z!PbU^k?zv#%JLhX^BgR8+jz_+(9~*_rLIGis>-6YZ5Vtw(1X{baq}{P zA{v)F=Hf0km%b;l&PJb&G&>v$&7Ne?({#8PqD?WIV*bSZp-6R%S!F1)Phg$@v=lwD zH}c)PgwYDpIq7N4NE2GzNr>|?P!5t@!pcd11ZS_Y0s)<}dD(fO-l`~nNA*;|K zwLl&+c%ZDO>`Ymb1e++>l&zFaVltu32$D#Ux5ECjGG?lqOQwG5VOGmwC?RC(7CUz) z@@{CXDifV8t>X&fxxFK5msU|2!)R)Es_jU+&UaKh7qyjY`%l#5Mzx)($qj090qOETMBnIX)!cj_^Em;{r?;xovlg+_>hq01FaLDCZ1BsCL^}~??!``lE`k%4BPaag?+It| z<-`-#-)@?T!)3=S(Sl?A)ZiGeb6jrgZ}YL)?Hf(mTk5>it6HUNh=^`mTv%7ae3Zjv zl4LldGuI1)>LocV!W!Ux5m;&7U)6q8mH1VT&B!Ej&rT%VAO4qIdPyU{@`Rm8GVfQe+-hX2NNXKsi(LC0 z8fngqlJ~WC&AMkw!W60JOb=-!3)85jY`u+{&Pcg^v U25 - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the NPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the NPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/* ===== mailWindow2.css ================================================ - == Styles for the main Mail window in the optional layout scheme. - ======================================================================= */ - -@import url("chrome://messenger/skin/mailWindow1.css"); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/EarlyBlue/messenger/messengercompose/address-disabled.gif b/EarlyBlue/messenger/messengercompose/address-disabled.gif deleted file mode 100755 index eee7a5380710cb7b6dc85ec9788f22cd51483b75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 zcmZ?wbhEHblw=TP*v!C?oIIzYq2a)R1OJHwia%Kx85o!tbQpjDWCjC^PrwP!)q5>o zoMm2jPrW7bMy@bt*QA;AVpcCrj!u7^Gx^ukg}W0v!yd16Sib1O^erdtHq3eLvG878 cz>HVyskVhWdKNjQT}SNJhpf))R${OQ095~1`~Uy| diff --git a/EarlyBlue/messenger/messengercompose/address.gif b/EarlyBlue/messenger/messengercompose/address.gif deleted file mode 100755 index a6140c737ce55fef445b5de2a2d658274201f37c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 zcmZ?wbhEHblw=TP*v!C?oIEEv`P_j62mTWW6o0ZXGB7YP=r8~Q$P5M+pMVpdtM^*G zILo~5o_b5Cuzb;l>03_PZJ6`gW8uBH cfElmYQ*8@%^el2pyN=kc4_Tept;Apr0AH+F5C8xG diff --git a/EarlyBlue/messenger/messengercompose/attach-disabled.gif b/EarlyBlue/messenger/messengercompose/attach-disabled.gif deleted file mode 100755 index 2ee32d5c1342e606cccf65041b8c7831f2f9fec0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 146 zcmZ?wbhEHblw=TP*v!Dt(9m$;z=8in1I3>#j0_Bn3_1)z05XGt#opkA=jy!{uX(L* z%zWN><@(emDRmk<7wL%4xvYKpl}x+Up5$#Zedatu^=sW7lPYFSCP^!=`H- LeOsk2$Y2csiKkI8 diff --git a/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/messenger/messengercompose/messengercompose.css index b20924d7..fcdec26e 100644 --- a/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -47,43 +47,38 @@ /* ::::: primary toolbar buttons ::::: */ #button-send { - list-style-image: url("chrome://messenger/skin/messengercompose/send.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(231px 25px 252px 0px); } #button-send[disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/send-disabled.gif") !important; + -moz-image-region: rect(231px 50px 252px 25px); } #button-send[offline="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/sendlater.gif"); + -moz-image-region: rect(273px 25px 294px 0px); } #button-send[offline="true"][disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif") !important; + -moz-image-region: rect(273px 50px 294px 25px); } #button-address { - list-style-image: url("chrome://messenger/skin/messengercompose/address.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(189px 25px 210px 0px); } #button-address[disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/address-disabled.gif") !important; + -moz-image-region: rect(189px 50px 210px 25px); } #button-attach { - list-style-image: url("chrome://messenger/skin/messengercompose/attach.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(210px 25px 231px 0px); } #button-attach[disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/attach-disabled.gif") !important; -} - -#button-quote { - list-style-image: url("chrome://messenger/skin/messengercompose/quote.gif"); -} - -#button-quote[disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/quote-disabled.gif") !important; + -moz-image-region: rect(210px 50px 231px 25px); } #spellingButton { @@ -91,23 +86,25 @@ } #spellingButton[disabled="true"] { - list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important; + list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif"); } #button-save { - list-style-image: url("chrome://messenger/skin/messengercompose/savemsg.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(294px 25px 315px 0px); } #button-save[disabled="true"] { - list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif") !important; + -moz-image-region: rect(294px 50px 315px 25px); } #button-stop { - list-style-image: url("chrome://global/skin/icons/stop.gif"); + list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); + -moz-image-region: rect(21px 25px 42px 0px); } #button-stop[disabled="true"] { - list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important; + -moz-image-region: rect(21px 50px 42px 25px); } #MsgHeadersToolbar { diff --git a/EarlyBlue/messenger/messengercompose/quote-disabled.gif b/EarlyBlue/messenger/messengercompose/quote-disabled.gif deleted file mode 100755 index df7b4f970d63b66859341bb98eef53ab6004acee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmZ?wbhEHblw=TP*v!Dt(9m$;z=8in1I3>#j0_Bn3_1)z05XGt#lzr)=jy#eFV32- zJ0M<>WI69zTARkwRpIPa8&3F@|GiuB?9|@5E4RL$P$O~AV47iD$;wNwB}(ivLza|G UQB{k*xHNpXZ`9mJsVofE0JZ2>IsgCw diff --git a/EarlyBlue/messenger/messengercompose/quote.gif b/EarlyBlue/messenger/messengercompose/quote.gif deleted file mode 100755 index cad2038d15084476f07b58bebae79414e39c58da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi-*Ap&((W{UYs>u zcR;)%$#UMcv^I^UtHRlA8dQdt#j0_Bn3_1)z05XGt#lzr)=jyczug@-D zb|AI&(sR})qRY}=_UTREt5LS-w(sqyYpP}MtydFy8YCepq++ycmcPUni#dAb!Ae)9 U&L-`@u=<*I*sSQd3>F4!0Gkw50{{R3 diff --git a/EarlyBlue/messenger/messengercompose/savemsg.gif b/EarlyBlue/messenger/messengercompose/savemsg.gif deleted file mode 100755 index a373173c201c262e0221c815f855e481d83ff2bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi-*Ap&(&)cUY}jQ z>_BSkrRS_qM3<$#?9-dRSEFpvZQt8Z*Hp{iTdyYaG)O{HNX2N?EPshD7IXB#j0_Bn3_1)z05XGt#oFM6=jy!{ug~sg zPtfRF#9DDVa_(YDHZ9Tgr#d&oa~FNzx6Me-&9!N1gJz=Nvd0hFmI&!&g+#5tk)zJU GU=0B0-%RfS diff --git a/EarlyBlue/messenger/messengercompose/send.gif b/EarlyBlue/messenger/messengercompose/send.gif deleted file mode 100755 index 87ff0249bc67cdcb3c2227061991c515f6e5f75a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 142 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi?zWC&((V^UZ35~ zo}kgUh_&K!vn`_h32F*mjWse`UEfLbm3W-{OBS)Qy G!5RSZbWH;Q diff --git a/EarlyBlue/messenger/messengercompose/sendlater-disabled.gif b/EarlyBlue/messenger/messengercompose/sendlater-disabled.gif deleted file mode 100644 index 3408ba2d611f5541041725d996d3ad9c9aea6e07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFxmF>ujIbVE$CsqDcE`2 zj@d6;lBQ0*(_Y8Fq9w}9ah;~?<|p$um>#oQzl&9N-+UhTJ2&c-F9u}vcrCy3Y7qm2 FH2|#cCV~I} diff --git a/EarlyBlue/messenger/messengercompose/sendlater.gif b/EarlyBlue/messenger/messengercompose/sendlater.gif deleted file mode 100644 index 9131403b1bb98a66d0e2af3624ce4d23ecb6dee8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102 zcmZ?wbhEHblw=TPXkcJSPCobl|9{1wEQ|~cj0`#qKmd|qV6yG$U&(!!ThPOJQ?T>4 z9kXAyBu$-qr@fAUMN5>I<2p^(%}?fSFg<3qeiy6kzWF@vcW%@vUku3T@mhZ6)glH4 FYXGxjCYAsI diff --git a/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/messenger/primaryToolbar.css index ff790d9f..8c846307 100644 --- a/EarlyBlue/messenger/primaryToolbar.css +++ b/EarlyBlue/messenger/primaryToolbar.css @@ -44,51 +44,57 @@ /* ::::: primary toolbar buttons ::::: */ #button-getmsg { - list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(63px 25px 84px 0px); } #button-getmsg[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/getmsg-disabled.gif") !important; + -moz-image-region: rect(63px 50px 84px 25px); } #button-newmsg { - list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(105px 25px 126px 0px); } #button-newmsg[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/newmsg-disabled.gif") !important; + -moz-image-region: rect(105px 50px 126px 25px); } #button-reply { - list-style-image: url("chrome://messenger/skin/toolbar/reply.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(147px 25px 168px 0px); } #button-reply[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/reply-disabled.gif") !important; + -moz-image-region: rect(147px 50px 168px 25px); } #button-replyall { - list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(168px 25px 189px 0px); } #button-replyall[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/replyall-disabled.gif") !important; + -moz-image-region: rect(168px 50px 189px 25px); } #button-forward { - list-style-image: url("chrome://messenger/skin/toolbar/forward.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(42px 25px 63px 0px); } #button-forward[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/forward-disabled.gif") !important; + -moz-image-region: rect(42px 50px 63px 25px); } #button-file { - list-style-image: url("chrome://messenger/skin/toolbar/file.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(21px 25px 42px 0px); } #button-file[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/file-disabled.gif") !important; + -moz-image-region: rect(21px 50px 42px 25px); } #button-goback { @@ -97,7 +103,7 @@ } #button-goback[disabled="true"] { - -moz-image-region: rect(42px 50px 63px 25px) !important; + -moz-image-region: rect(42px 50px 63px 25px); } #button-goforward { @@ -106,31 +112,34 @@ } #button-goforward[disabled="true"] { - -moz-image-region: rect(63px 50px 84px 25px) !important; + -moz-image-region: rect(63px 50px 84px 25px); } #button-next { - list-style-image: url("chrome://messenger/skin/toolbar/next.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(126px 25px 147px 0px); } #button-next[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/next-disabled.gif") !important; + -moz-image-region: rect(126px 50px 147px 25px); } #button-delete { - list-style-image: url("chrome://global/skin/icons/trash.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(0px 25px 21px 0px); } #button-delete[disabled="true"] { - list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important; + -moz-image-region: rect(0px 50px 21px 25px); } #button-mark { - list-style-image: url("chrome://messenger/skin/toolbar/mark.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(84px 25px 105px 0px); } #button-mark[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important; + -moz-image-region: rect(84px 50px 105px 25px); } #button-print { @@ -139,7 +148,7 @@ } #button-print[disabled="true"] { - -moz-image-region: rect(0px 50px 21px 25px) !important; + -moz-image-region: rect(0px 50px 21px 25px); } #button-stop { @@ -148,15 +157,144 @@ } #button-stop[disabled="true"] { - -moz-image-region: rect(21px 50px 42px 25px) !important; + -moz-image-region: rect(21px 50px 42px 25px); } #button-junk { - list-style-image: url("chrome://messenger/skin/toolbar/junk.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(252px 25px 273px 0px); } #button-junk[disabled="true"] { - list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important; + -moz-image-region: rect(252px 50px 273px 25px); +} + +/* ::::: small primary toolbar buttons ::::: */ + +toolbar[iconsize="small"] > #button-getmsg { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-getmsg[disabled="true"] { + -moz-image-region: rect(48px 32px 64px 16px); +} + +toolbar[iconsize="small"] > #button-newmsg { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(80px 16px 96px 0); +} + +toolbar[iconsize="small"] > #button-newmsg[disabled="true"] { + -moz-image-region: rect(80px 32px 96px 16px); +} + +toolbar[iconsize="small"] > #button-reply { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(112px 16px 128px 0); +} + +toolbar[iconsize="small"] > #button-reply[disabled="true"] { + -moz-image-region: rect(112px 32px 128px 16px); +} + +toolbar[iconsize="small"] > #button-replyall { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(128px 16px 144px 0); +} + +toolbar[iconsize="small"] > #button-replyall[disabled="true"] { + -moz-image-region: rect(128px 32px 144px 16px); +} + +toolbar[iconsize="small"] > #button-forward { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-forward[disabled="true"] { + -moz-image-region: rect(32px 32px 48px 16px); +} + +toolbar[iconsize="small"] > #button-file { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-file[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px); +} + +toolbar[iconsize="small"] > #button-goback { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-goback[disabled="true"] { + -moz-image-region: rect(32px 32px 48px 16px); +} + +toolbar[iconsize="small"] > #button-goforward { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-goforward[disabled="true"] { + -moz-image-region: rect(48px 32px 64px 16px); +} + +toolbar[iconsize="small"] > #button-next { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(96px 16px 112px 0); +} + +toolbar[iconsize="small"] > #button-next[disabled="true"] { + -moz-image-region: rect(96px 32px 112px 16px); +} + +toolbar[iconsize="small"] > #button-delete { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-delete[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px); +} + +toolbar[iconsize="small"] > #button-mark { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(64px 16px 80px 0); +} + +toolbar[iconsize="small"] > #button-mark[disabled="true"] { + -moz-image-region: rect(64px 32px 80px 16px); +} + +toolbar[iconsize="small"] > #button-junk { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(192px 16px 208px 0); +} + +toolbar[iconsize="small"] > #button-junk[disabled="true"] { + -moz-image-region: rect(192px 32px 208px 16px); +} + +toolbar[iconsize="small"] > #button-print { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-print[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px); +} + +toolbar[iconsize="small"] > #button-stop { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-stop[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px); } /* ::::: message notification bar style rules ::::: */ diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index ecc2d0c3..9af6500e 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -236,6 +236,7 @@ treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif"); } +treechildren::-moz-tree-image(subjectCol, rss), treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } @@ -248,6 +249,7 @@ treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif"); } +treechildren::-moz-tree-image(subjectCol, rss, new), treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } diff --git a/EarlyBlue/messenger/toolbar/file-disabled.gif b/EarlyBlue/messenger/toolbar/file-disabled.gif deleted file mode 100755 index 335ab90a3040a7bdd8d3ae3505ca4ea74c6f9544..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFuC>gvz?yX&%je;w=-z# z#Jr=K^CaZt-D1y{EsOWsw!+d-cG|(Oee3_dzcf{8^L2w@!)cQiEbMr?=i(v-jnIp` Po^9B_?y;371A{dHE2S(_ diff --git a/EarlyBlue/messenger/toolbar/file.gif b/EarlyBlue/messenger/toolbar/file.gif deleted file mode 100755 index b50a2228b63a2b32a964835ada945d597b9bdd0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qU~=o}XFEN&pMj^yZfDTe ziFrpe=Sj%PyTzU@TNdxNZH1+w?6iYl`_}(^e`%`H=IaK*hSMf3SlID&&&5Rw8le|= PJ=?H<-D4|F1_o;YG*>KY diff --git a/EarlyBlue/messenger/toolbar/forward-disabled.gif b/EarlyBlue/messenger/toolbar/forward-disabled.gif deleted file mode 100755 index e191d36f34daaf52d1dd7fc7a0a01cc26a0b797a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 107 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFgf+~uRP7cD_jwHu6lLl zj>{ITa?5%aN?NV3n5J=E_x;S1?2ooDJs(PiNZ&OU1uJCDabYR Ks>wtq25SIndnXf z%Xe3D?{a9~6Ests(U^VtkXY)3rQX-g!cT9M`#7h;e2QC!)~6!du49(jeE!ZnA5V4} Ph0agA7WOiai@_QIXgVsQ diff --git a/EarlyBlue/messenger/toolbar/getmsg.gif b/EarlyBlue/messenger/toolbar/getmsg.gif deleted file mode 100755 index e37420fb9bf86400d685bded1e7c7ad3540fb5de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qU~=#2U)lYDe+JJ7->|!} zmhZ0Q-sRA|CupWNqcQvPA+gj6OTDj~g`eIi_i;{x`4qPdtxrX^UB@i5`TU)EKA!9{ P3Z0*JE$n3;7lSnbaRe&5 diff --git a/EarlyBlue/messenger/toolbar/junk-disabled.gif b/EarlyBlue/messenger/toolbar/junk-disabled.gif deleted file mode 100644 index cc6fac5b4cd1c81cdb38c3eac5167c862406192b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(ltQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A z42%pq3_t+V!oU>V)6aggcf*1b-c`FZHk_=QCHYXiadwCA;v-WtrX0QNnV%@Tc~_rS z?)_%lyiMHazA{{DSsrS*g3GH{c#i*1m3erD<<%=Z$N#6w cz6}RvZ`~HMuP!9T$cNRsOsDsDECYiz0Q#RXTmS$7 diff --git a/EarlyBlue/messenger/toolbar/mark-disabled.gif b/EarlyBlue/messenger/toolbar/mark-disabled.gif deleted file mode 100644 index 51ea2bc2fdf7c110a37fad75fe4d846a517b09a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFuC>gujG8of14{|T~+2C zzr@$AqQ@(RPAFXJlv?wxaiaIt7irf&Ufr2)U%4b~H}kWljjYj&ml|4RdA0hac#H0J O>b{l!eYFMygEatj{VRC@ diff --git a/EarlyBlue/messenger/toolbar/mark.gif b/EarlyBlue/messenger/toolbar/mark.gif deleted file mode 100644 index 133d025ac18ce76c1b15a7c928fac424ea01dc9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qU~=o}U&;BF|29{`x~j}O zeu=MJMUPhsolv;cDYfQX<3#VPFVe1myt*^pzH&*}Zsuo88(E_lFEzBt@@n--@fO|d O)O{=c`)Uma25SI)uPc!N diff --git a/EarlyBlue/messenger/toolbar/newmsg-disabled.gif b/EarlyBlue/messenger/toolbar/newmsg-disabled.gif deleted file mode 100755 index 75c0404629c00a5db383889e682fdcf6e894a769..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFgf=0uRQ&h?Le^+n`LmX z>Fe8-0vxTAD;J1(COs;fdgslu1)C| diff --git a/EarlyBlue/messenger/toolbar/newmsg.gif b/EarlyBlue/messenger/toolbar/newmsg.gif deleted file mode 100755 index 0051367f86e4cbc01308026c790bc7a9ddd012f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qU~=r~UwQg1+ks*uHp}2% z)7Q5v1vpwKS1u6oOnOu{_0F4R3qrMjcId~P*}zi0FI>P;xUXy8-5@h(x!H%8gleA3 JVrFHq1^`r|CYb;L diff --git a/EarlyBlue/messenger/toolbar/next-disabled.gif b/EarlyBlue/messenger/toolbar/next-disabled.gif deleted file mode 100755 index c8f0aeb3dc859a04f574e7daa1e6171e52762e0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 99 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFj@8VudIH+zc{&JZPnUC zo}bKW6SlNYU((s;u9Wp)sk-$}W0mP8YaY+qz4~vHy~28nPl~;VmR|I1^pa#{um%8( Cp(Yam diff --git a/EarlyBlue/messenger/toolbar/next.gif b/EarlyBlue/messenger/toolbar/next.gif deleted file mode 100755 index 5afc26c6e5af458ae0ab89498c381896287b6c16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 99 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qV6y7zUs?Tte{pid+N!mO zJU^M$CTwY)zNE9wT`B9qQg!Q{#wycG);ylId-dNYdxiBDpA>r!ExqX3=q1U@U=0A2 CGbSql diff --git a/EarlyBlue/messenger/toolbar/reply-disabled.gif b/EarlyBlue/messenger/toolbar/reply-disabled.gif deleted file mode 100755 index f2d77d48ab65f8aa24fe7d87db3bc7806e1e2cc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFxmI?udIH+|2Vo~<0`Ff zj=`I2=UPm9I8`xy@wU822ZZMwy~FJ#c=P4IdB4xW3)mk%yV!mc+ IGB8*J0DC7Xp8x;= diff --git a/EarlyBlue/messenger/toolbar/reply.gif b/EarlyBlue/messenger/toolbar/reply.gif deleted file mode 100755 index a302695b93c931f78ee25380f48997d80ddbb4cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qV6yM&Us?Tt|8aD~##LI| z9D_I4&b65IaH?YZ;%#}44hYXVdWYLf@aD^Z^M0Szb2_osVv9oflt*h5tF>kZ#eB`u IWMHrc0E00pw*UYD diff --git a/EarlyBlue/messenger/toolbar/replyall-disabled.gif b/EarlyBlue/messenger/toolbar/replyall-disabled.gif deleted file mode 100755 index 53ee518bb225888221ef30a75a9b6a2a7ae15fba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJyXlVHV|G(l-7DfgJMg|=QAOOiQFuC{iudIH+|2Vo~<0`Ff zj=`I2=UPm9I8{;o#*{U)68S7tpNAAH>bV-MeaV?V_vVFkV>v~Ur$wwfdb)cSpF6qm Q)PkGSS96~eV_>ib08m;f`2YX_ diff --git a/EarlyBlue/messenger/toolbar/replyall.gif b/EarlyBlue/messenger/toolbar/replyall.gif deleted file mode 100755 index 31373dbc875652d3f93eea918e784e1ceb2260cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmZ?wbhEHblw=TPXkcJSOFQ%b|9{1wEQ|~cj0`#qKmd|qU~=#2Us?Tt|8aD~##LI| z9D_I4&b65IaH^vEjVWtpCGuIQJ`X8Y)N?gh`;s$#?#&D7#&U`xPm5S}^mO+uK6i5A QsRcKuujW1{#=u|=09hm|5dZ)H diff --git a/LCARStrek/messenger/messengercompose/messengercompose.css b/LCARStrek/messenger/messengercompose/messengercompose.css index fa934e65..cfa54cbd 100644 --- a/LCARStrek/messenger/messengercompose/messengercompose.css +++ b/LCARStrek/messenger/messengercompose/messengercompose.css @@ -135,13 +135,13 @@ -moz-image-region: rect(21px 25px 42px 0px); } -#button-stop:hover, -#button-stop:hover:active { +#button-stop:not([disabled="true"]):hover, +#button-stop:not([disabled="true"]):hover:active { -moz-image-region: rect(21px 75px 42px 50px); } #button-stop[disabled="true"] { - -moz-image-region: rect(21px 50px 42px 25px) !important; + -moz-image-region: rect(21px 50px 42px 25px); } #MsgHeadersToolbar { diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index e12e21f9..fb752ef9 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -137,14 +137,14 @@ -moz-image-region: rect(42px 25px 63px 0px); } -#button-goback:hover, -#button-goback:hover:active, +#button-goback:not([disabled="true"]):hover, +#button-goback:not([disabled="true"]):hover:active, #button-goback[open="true"] { -moz-image-region: rect(42px 75px 63px 50px); } #button-goback[disabled="true"] { - -moz-image-region: rect(42px 50px 63px 25px) !important; + -moz-image-region: rect(42px 50px 63px 25px); } #button-goforward { @@ -152,14 +152,14 @@ -moz-image-region: rect(63px 25px 84px 0px); } -#button-goforward:hover, -#button-goforward:hover:active, +#button-goforward:not([disabled="true"]):hover, +#button-goforward:not([disabled="true"]):hover:active, #button-goforward[open="true"] { -moz-image-region: rect(63px 75px 84px 50px); } #button-goforward[disabled="true"] { - -moz-image-region: rect(63px 50px 84px 25px) !important; + -moz-image-region: rect(63px 50px 84px 25px); } #button-next { @@ -211,14 +211,14 @@ -moz-image-region: rect(0px 25px 21px 0px); } -#button-print:hover, -#button-print:hover:active, +#button-print:not([disabled="true"]):hover, +#button-print:not([disabled="true"]):hover:active, #button-print[open="true"] { -moz-image-region: rect(0px 75px 21px 50px); } #button-print[disabled="true"] { - -moz-image-region: rect(0px 50px 21px 25px) !important; + -moz-image-region: rect(0px 50px 21px 25px); } #button-stop { @@ -226,13 +226,13 @@ -moz-image-region: rect(21px 25px 42px 0px); } -#button-stop:hover, -#button-stop:hover:active { +#button-stop:not([disabled="true"]):hover, +#button-stop:not([disabled="true"]):hover:active { -moz-image-region: rect(21px 75px 42px 50px); } #button-stop[disabled="true"] { - -moz-image-region: rect(21px 50px 42px 25px) !important; + -moz-image-region: rect(21px 50px 42px 25px); } #button-junk { @@ -257,7 +257,7 @@ toolbar[iconsize="small"] > #button-getmsg { } toolbar[iconsize="small"] > #button-getmsg[disabled="true"] { - -moz-image-region: rect(48px 32px 64px 16px) !important; + -moz-image-region: rect(48px 32px 64px 16px); } toolbar[iconsize="small"] > #button-getmsg:not([disabled="true"]):hover, @@ -272,7 +272,7 @@ toolbar[iconsize="small"] > #button-newmsg { } toolbar[iconsize="small"] > #button-newmsg[disabled="true"] { - -moz-image-region: rect(80px 32px 96px 16px) !important; + -moz-image-region: rect(80px 32px 96px 16px); } toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover, @@ -286,7 +286,7 @@ toolbar[iconsize="small"] > #button-reply { } toolbar[iconsize="small"] > #button-reply[disabled="true"] { - -moz-image-region: rect(112px 32px 128px 16px) !important; + -moz-image-region: rect(112px 32px 128px 16px); } toolbar[iconsize="small"] > #button-reply:not([disabled="true"]):hover, @@ -301,7 +301,7 @@ toolbar[iconsize="small"] > #button-replyall { } toolbar[iconsize="small"] > #button-replyall[disabled="true"] { - -moz-image-region: rect(128px 32px 144px 16px) !important; + -moz-image-region: rect(128px 32px 144px 16px); } toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover, @@ -316,7 +316,7 @@ toolbar[iconsize="small"] > #button-forward { } toolbar[iconsize="small"] > #button-forward[disabled="true"] { - -moz-image-region: rect(32px 32px 48px 16px) !important; + -moz-image-region: rect(32px 32px 48px 16px); } toolbar[iconsize="small"] > #button-forward:not([disabled="true"]):hover, @@ -331,7 +331,7 @@ toolbar[iconsize="small"] > #button-file { } toolbar[iconsize="small"] > #button-file[disabled="true"] { - -moz-image-region: rect(16px 32px 32px 16px) !important; + -moz-image-region: rect(16px 32px 32px 16px); } toolbar[iconsize="small"] > #button-file:not([disabled="true"]):hover, @@ -346,7 +346,7 @@ toolbar[iconsize="small"] > #button-goback { } toolbar[iconsize="small"] > #button-goback[disabled="true"] { - -moz-image-region: rect(32px 32px 48px 16px) !important; + -moz-image-region: rect(32px 32px 48px 16px); } toolbar[iconsize="small"] > #button-goback:not([disabled="true"]):hover, @@ -361,7 +361,7 @@ toolbar[iconsize="small"] > #button-goforward { } toolbar[iconsize="small"] > #button-goforward[disabled="true"] { - -moz-image-region: rect(48px 32px 64px 16px) !important; + -moz-image-region: rect(48px 32px 64px 16px); } toolbar[iconsize="small"] > #button-goforward:not([disabled="true"]):hover, @@ -376,7 +376,7 @@ toolbar[iconsize="small"] > #button-next { } toolbar[iconsize="small"] > #button-next[disabled="true"] { - -moz-image-region: rect(96px 32px 112px 16px) !important; + -moz-image-region: rect(96px 32px 112px 16px); } toolbar[iconsize="small"] > #button-next:not([disabled="true"]):hover, @@ -391,7 +391,7 @@ toolbar[iconsize="small"] > #button-delete { } toolbar[iconsize="small"] > #button-delete[disabled="true"] { - -moz-image-region: rect(0 32px 16px 16px) !important; + -moz-image-region: rect(0 32px 16px 16px); } toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover, @@ -405,7 +405,7 @@ toolbar[iconsize="small"] > #button-mark { } toolbar[iconsize="small"] > #button-mark[disabled="true"] { - -moz-image-region: rect(64px 32px 80px 16px) !important; + -moz-image-region: rect(64px 32px 80px 16px); } toolbar[iconsize="small"] > #button-mark:not([disabled="true"]):hover, @@ -420,7 +420,7 @@ toolbar[iconsize="small"] > #button-junk { } toolbar[iconsize="small"] > #button-junk[disabled="true"] { - -moz-image-region: rect(192px 32px 208px 16px) !important; + -moz-image-region: rect(192px 32px 208px 16px); } toolbar[iconsize="small"] > #button-junk:not([disabled="true"]):hover, @@ -434,7 +434,7 @@ toolbar[iconsize="small"] > #button-print { } toolbar[iconsize="small"] > #button-print[disabled="true"] { - -moz-image-region: rect(0 32px 16px 16px) !important; + -moz-image-region: rect(0 32px 16px 16px); } toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover, @@ -448,7 +448,7 @@ toolbar[iconsize="small"] > #button-stop { } toolbar[iconsize="small"] > #button-stop[disabled="true"] { - -moz-image-region: rect(16px 32px 32px 16px) !important; + -moz-image-region: rect(16px 32px 32px 16px); } toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover, -- 2.35.3