X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=898785dc4c93aca67ddf63ca001c67aea9e708f6;hp=87035c384dca09f492f42ba8295147ec70531914;hb=3b1530c2325c37e07e8f75e72bf2d157ed606175;hpb=6daee01334d189ab1232c857042af9083b25cab7 diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index 87035c38..898785dc 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -11,7 +11,8 @@ /* 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; } @@ -20,7 +21,7 @@ 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; } @@ -117,4 +118,4 @@ richlistitem[type="download"] .dateTime { min-height: 0; min-width: 0; margin-top: 3px; -} \ No newline at end of file +}