X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ffeeds%2Fsubscribe.css;h=e996cf971d6699a09f803378dcf9827c861e8856;hp=e41760c09de2f23a4d11426d4ed9b7830180c725;hb=8ab9ca8a251b25fb4a6ba8744a1c75ec9bcc4990;hpb=b23402da33a244ed319a2f24277a5c3e0814b1fe diff --git a/LCARStrek/browser/feeds/subscribe.css b/LCARStrek/browser/feeds/subscribe.css index e41760c0..e996cf97 100644 --- a/LCARStrek/browser/feeds/subscribe.css +++ b/LCARStrek/browser/feeds/subscribe.css @@ -50,7 +50,7 @@ html { background: url("chrome://communicator/skin/icons/audioFeedIcon.png") 0% 10% no-repeat #FFCF00; } -#feedHeader[dir="rtl"] { +#feedHeader:-moz-dir(rtl) { background-position: 100% 10%; } @@ -127,7 +127,7 @@ a[href] img { } .link { - color: #0000FF; + color: #3333FF; text-decoration: underline; cursor: pointer; } @@ -159,3 +159,8 @@ a[href] img { vertical-align: middle; margin-left: 2px; } + +.handlersMenuList > .menulist-label-box > .menulist-icon { + max-width: 16px; + max-height: 16px; +}