X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=45c4ef50ecb7ac850eb0e1bfafb7d987ae72b20c;hp=b0cb1575cabc2088ac3e64f27f974f6b5862ed55;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=726e083d383785788bf5cd6e5d087aabcb8a9fae;ds=sidebyside diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index b0cb1575..45c4ef50 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; + 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; } @@ -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 +}