X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=45c4ef50ecb7ac850eb0e1bfafb7d987ae72b20c;hp=87035c384dca09f492f42ba8295147ec70531914;hb=0282321df83ade4f66b3f44bbee1a2519485571a;hpb=6daee01334d189ab1232c857042af9083b25cab7 diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index 87035c38..45c4ef50 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -11,16 +11,13 @@ /* Download View Items */ richlistitem[type="download"] { - padding: 4px 8px 4px 4px; + padding: 4px; + padding-inline-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"][alternate="true"]:not([selected="true"]) { +richlistitem[type="download"]:not([selected="true"]):nth-child(odd) { background-color: #9999CC; } @@ -109,12 +106,8 @@ richlistitem[type="download"] .dateTime { min-width: 32px; } -#searchbox[empty] { - color: #808080; -} - #clearListButton { min-height: 0; min-width: 0; margin-top: 3px; -} \ No newline at end of file +}