mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 15:25:45 +01:00
Add Clear button to :downloads.
--HG-- branch : key-processing
This commit is contained in:
@@ -499,23 +499,25 @@ var ConfigBase = Class("ConfigBase", {
|
||||
Button::after content: "]"; color: gray; text-decoration: none !important;
|
||||
Button:not([collapsed]) ~ Button:not([collapsed])::before content: "/[";
|
||||
|
||||
DownloadCell display: table-cell; padding: 0 1ex;
|
||||
|
||||
Downloads display: table; margin: 0; padding: 0;
|
||||
DownloadHead;;;CompTitle display: table-row;
|
||||
DownloadHead>*;;;DownloadCell display: table-cell;
|
||||
DownloadHead>*;;;DownloadCell
|
||||
|
||||
Download display: table-row;
|
||||
Download:not([active]) color: gray;
|
||||
|
||||
DownloadCell display: table-cell; padding: 0 1ex;
|
||||
DownloadButtons;;;DownloadCell
|
||||
DownloadPercent;;;DownloadCell
|
||||
DownloadProgress;;;DownloadCell
|
||||
Download>*;;;DownloadCell
|
||||
DownloadButtons
|
||||
DownloadPercent
|
||||
DownloadProgress
|
||||
DownloadProgressHave
|
||||
DownloadProgressTotal
|
||||
DownloadSource;;;DownloadCell,URL
|
||||
DownloadState;;;DownloadCell
|
||||
DownloadTime;;;DownloadCell
|
||||
DownloadTitle;;;DownloadCell,URL
|
||||
DownloadSource
|
||||
DownloadState
|
||||
DownloadTime
|
||||
DownloadTitle
|
||||
|
||||
// </css>
|
||||
]]></>, /
/g, "\n")),
|
||||
|
||||
Reference in New Issue
Block a user