1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 03:22:26 +01:00

Remove template.gradient.

This commit is contained in:
Kris Maglione
2010-12-10 07:59:20 -05:00
parent a1c93979ae
commit 2f79dc44b7
3 changed files with 2 additions and 22 deletions

View File

@@ -207,6 +207,7 @@ const ConfigBase = Class(ModuleBase, {
CompGroup:not(:first-of-type) margin-top: .5em;
CompTitle color: magenta; background: white; font-weight: bold;
CompTitle>* padding: 0 .5ex;
CompTitleSep height: 1px; background: magenta; background: -moz-linear-gradient(60deg, magenta, white);
CompMsg font-style: italic; margin-left: 16px;
CompItem
CompItem:nth-child(2n+1) background: rgba(0, 0, 0, .04);
@@ -222,10 +223,6 @@ const ConfigBase = Class(ModuleBase, {
CompMore::after content: "⌄";
CompGroup:last-of-type padding-bottom: 1.5ex;
Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
GradientLeft background-color: magenta;
GradientRight background-color: white;
Indicator color: blue; width: 1.5em; text-align: center;
Filter font-weight: bold;