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