1
0
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:
Kris Maglione
2011-10-05 05:33:06 -04:00
parent 6a60b54cce
commit 31f9e43305
2 changed files with 4 additions and 2 deletions

View File

@@ -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