X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=2af0dae6888f07db664fab985faef25681ced8f1;hb=e82e1bf4270f9b94650c3e46465532a9fc20694e;hp=486736e2b1eec63405141759d4010c25bd323ab5;hpb=62736c3e53c8142b1317e5866372aa6a2abf7e01;p=themes.git diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index 486736e2..2af0dae6 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -11,15 +11,12 @@ /* Download View Items */ richlistitem[type="download"] { - padding: 4px 8px 4px 4px; + padding: 4px; + -moz-padding-end: 8px; 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"]:not([selected="true"]):nth-child(odd) { background-color: #9999CC; } @@ -109,10 +106,6 @@ richlistitem[type="download"] .dateTime { min-width: 32px; } -#searchbox[empty] { - color: #808080; -} - #clearListButton { min-height: 0; min-width: 0;