mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:22:28 +01:00
Change last commit to use RGBA colors so as to require less theme modification.
This commit is contained in:
@@ -209,7 +209,7 @@ const ConfigBase = Class(ModuleBase, {
|
|||||||
CompTitle>* padding: 0 .5ex;
|
CompTitle>* padding: 0 .5ex;
|
||||||
CompMsg font-style: italic; margin-left: 16px;
|
CompMsg font-style: italic; margin-left: 16px;
|
||||||
CompItem
|
CompItem
|
||||||
CompItem:nth-child(2n+1) background: #f2f2f2;
|
CompItem:nth-child(2n+1) background: rgba(0, 0, 0, .04);
|
||||||
CompItem[selected] background: yellow;
|
CompItem[selected] background: yellow;
|
||||||
CompItem>* padding: 0 .5ex;
|
CompItem>* padding: 0 .5ex;
|
||||||
CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
|
CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
|
||||||
|
|||||||
Reference in New Issue
Block a user