X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FinContentUI.css;h=78940c0bbe4cd28552ffb48a6729a73ad5b96c57;hp=9d1619246108815f11a4b23a26d13724919a4f55;hb=e0b6a5531acd0b6c67f159ede0479ae2fbba9609;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/global/inContentUI.css b/LCARStrek/global/inContentUI.css index 9d161924..78940c0b 100644 --- a/LCARStrek/global/inContentUI.css +++ b/LCARStrek/global/inContentUI.css @@ -20,12 +20,17 @@ html|html { font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } +/* Use the new in-content colors for #contentAreaDownloadsView. After landing + of bug 989469 the colors can be moved to *|*:root */ +*|*#contentAreaDownloadsView { + background: #000000; + color: #FF9F00; +} + /* Content */ *|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 overflow: hidden; - */ border: 1px solid #9C9CFF; border-radius: 5px; }