X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FinContentUI.css;h=fa29ca25c043f2a04b5cf0fe7df97d0bbca94ece;hp=51343b293f241b6f684656b02f2e72dd7093b4d4;hb=733b8160a969082eaced76ea726f998a2c32e0a7;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/global/inContentUI.css b/EarlyBlue/global/inContentUI.css index 51343b29..fa29ca25 100644 --- a/EarlyBlue/global/inContentUI.css +++ b/EarlyBlue/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: #CCD0DD; + color: #000000; +} + /* Content */ *|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 overflow: hidden; - */ background-color: #FFFFFF; border: 1px solid #666699; }