mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 17:43:32 +02:00
Move variable-width status column after the controls column in :addons. Dim inactive add-ons.
This commit is contained in:
@@ -307,6 +307,7 @@ AddonHead>*;;;AddonCell
|
||||
|
||||
Addon /* An add-on in the :addons manager */ \
|
||||
display: table-row;
|
||||
Addon:not([active]) color: #888;
|
||||
Addon:nth-child(2n+1) background: rgba(0, 0, 0, .04);
|
||||
|
||||
Addon>*;;;AddonCell
|
||||
|
||||
Reference in New Issue
Block a user