X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fcommunicator%2Fprefpanels.css;h=8705a5ece96c9e1d24ede3eb63db175891df3649;hb=03f6f39c58668f7003fb4baba2da0e0e0f1e5f00;hp=bc5325045df964131ebe3f4964f6164b69f17fb9;hpb=dc8e1207f84a5cfa95730773286253bfe4430086;p=themes.git diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index bc532504..8705a5ec 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -46,14 +46,14 @@ height: 80px; } -.themesLink { +*|*.themesLink { margin-left: 5px; text-decoration: normal; color: #FF9F00; cursor: pointer; } -.themesLink:hover { +*|*.themesLink:hover { text-decoration: underline; color: #9C9CFF; } @@ -82,6 +82,12 @@ width: 4em; } +.prefpanel-font-list { + -moz-box-flex: 1; +} + +/* ::::: Mouse Wheel ::::: */ + #mouseWheelMode { width: 9em; } @@ -91,10 +97,3 @@ #disabledDomains { max-height: 13em; } - -/** - * File icon (32x32) - **/ -.file-icon-large { - list-style-image: url("chrome://communicator/skin/icons/content-large.gif"); -}