X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=3120b957e4ffd8329caaef6a289a65fa01669d88;hp=8da29166c26603996481510d43cf72f315346730;hb=16563d4e8bcc42be6dbb524d932ef349c1ba5f1c;hpb=559908da1444029d499c01dda129fd9dba8e2e64 diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index 8da29166..3120b957 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -13,6 +13,11 @@ richlistitem[type="download"] { padding: 4px 8px 4px 4px; min-height: 46px; + border-bottom: 1px solid #9999CC; +} + +richlistitem[type="download"][selected="true"] { + background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png"); } richlistitem[type="download"][alternate="true"]:not([selected="true"]) { @@ -27,6 +32,11 @@ richlistitem[type="download"] .dateTime { font-size: smaller; } +richlistitem[type="download"]:not([selected="true"]) .dateTime, +richlistitem[type="download"]:not([selected="true"]) .status { + color: #000000; +} + .mini-button { -moz-appearance: none; list-style-image: url("chrome://mozapps/skin/downloads/buttons.png"); @@ -71,3 +81,9 @@ richlistitem[type="download"] .dateTime { #searchbox[empty] { color: #808080; } + +#clearListButton { + min-height: 0; + min-width: 0; + margin-top: 3px; +} \ No newline at end of file