X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountCentral.css;h=6e4e118610542e86f978961766199ffe76cf7d0a;hp=8b339f5d649349414432a7f768ed834896a09693;hb=6082be9443900156de6457a2839c8a66fdecc420;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/messenger/accountCentral.css b/EarlyBlue/messenger/accountCentral.css index 8b339f5d..6e4e1186 100644 --- a/EarlyBlue/messenger/accountCentral.css +++ b/EarlyBlue/messenger/accountCentral.css @@ -35,18 +35,28 @@ * * ***** END LICENSE BLOCK ***** */ -/* ===== accountCentral.css ========================================== - == Styles for the Messenger Account Central panel. - ======================================================================= */ - @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ===== accountCentral.css ========================================== + == Styles for the Messenger Account Central panel. + ======================================================================= */ + #acctCentralGrid { background-color: #CCD0DD; } +separator { + height: 5px; +} + +separator.thin { + height: 15px; +} + +/* ::::: rows ::::: */ + #acctCentralHeaderRow { margin: 5px 5px 5px 5px; background-color: #666699; @@ -76,15 +86,15 @@ font-size: 15px; } +/* ::::: links ::::: */ + .acctCentralLinkText { - cursor:pointer; + cursor: pointer; color: #336699; - text-decoration: normal; + text-decoration: none; } .acctCentralLinkText:hover { color: #6699FF; text-decoration: underline; } - -