X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fdownloads%2Fdownloads.css;h=3120b957e4ffd8329caaef6a289a65fa01669d88;hp=dfa008122d4b597faa7643b73cfd07fe3135ba26;hb=16563d4e8bcc42be6dbb524d932ef349c1ba5f1c;hpb=4d12b027587c575893aad19d5207e86f52bda796 diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index dfa00812..3120b957 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -13,23 +13,28 @@ richlistitem[type="download"] { padding: 4px 8px 4px 4px; 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"]) { + background-color: #9999CC; } richlistitem[type="download"] .name { font-size: larger; } -#information { - -moz-appearance: none; - background-color: white; - width: 300px; - max-width: 300px; +richlistitem[type="download"] .dateTime { + font-size: smaller; } -#information > button .button-text { - -moz-box-flex: 1; - text-align: left; - -moz-padding-start: 2px; +richlistitem[type="download"]:not([selected="true"]) .dateTime, +richlistitem[type="download"]:not([selected="true"]) .status { + color: #000000; } .mini-button { @@ -50,27 +55,17 @@ richlistitem[type="download"] .name { .cancel { -moz-image-region: rect(0px, 32px, 16px, 16px); } -.info { - -moz-image-region: rect(0px, 16px, 16px, 0px); -} -.open { - -moz-image-region: rect(16px, 32px, 32px, 16px); -} .pause { - -moz-image-region: rect(32px, 32px, 48px, 16px); + -moz-image-region: rect(0px, 48px, 16px, 32px); +} +.pause[disabled="true"] { + -moz-image-region: rect(16px, 48px, 16px, 32px); } .resume { - -moz-image-region: rect(16px, 48px, 32px, 32px); + -moz-image-region: rect(0px, 16px, 16px, 0px); } .retry { - -moz-image-region: rect(0px, 48px, 16px, 32px); -} - -#information-uri { - -moz-image-region: rect(16px, 16px, 32px, 0px); -} -#information-location { - -moz-image-region: rect(32px, 16px, 48px, 0px); + -moz-image-region: rect(0px, 64px, 16px, 48px); } .blockedIcon { @@ -83,13 +78,12 @@ richlistitem[type="download"] .name { min-width: 32px; } -.title-line { - height: 1px; - background-color: #9999CC; - -moz-margin-end: 15px; - -moz-margin-start: 5px; -} - #searchbox[empty] { color: #808080; } + +#clearListButton { + min-height: 0; + min-width: 0; + margin-top: 3px; +} \ No newline at end of file