X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaccountCentral.css;h=f92d5cf055b0aaf7024423654d032d0f743ed539;hp=fe16d50035a2ec38c2df2eb98208adf457be1c4b;hb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/messenger/accountCentral.css b/LCARStrek/messenger/accountCentral.css index fe16d500..f92d5cf0 100644 --- a/LCARStrek/messenger/accountCentral.css +++ b/LCARStrek/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: #000000; } +separator { + height: 5px; +} + +separator.thin { + height: 15px; +} + +/* ::::: rows ::::: */ + #acctCentralHeaderRow { margin: 5px 5px 5px 5px; background-color: #FF9F00; @@ -79,12 +89,14 @@ font-size: 15px; } +/* ::::: links ::::: */ + .acctCentralLinkText { cursor: pointer; color: #008484; padding: 0px 5px 0px 5px; -moz-border-radius: 3px; - text-decoration: normal; + text-decoration: none; } .acctCentralLinkText:hover {