diff options
| author | rr- | 2016-05-22 18:50:27 +0200 |
|---|---|---|
| committer | rr- | 2016-05-22 22:17:11 +0200 |
| commit | 7aaa28f9de3aa6d5e94b7cbdd8ac689e2e639c7c (patch) | |
| tree | f7c5f55b0df7d25e2393645ac13b33f957b8c069 /client/css/colors.styl | |
| parent | 77998f1660e91350753bc4106559ea211a480c84 (diff) | |
client/tags: add setting default tag category
Diffstat (limited to 'client/css/colors.styl')
| -rw-r--r-- | client/css/colors.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/css/colors.styl b/client/css/colors.styl index a7900fc..d49033a 100644 --- a/client/css/colors.styl +++ b/client/css/colors.styl @@ -29,5 +29,6 @@ $button-disabled-text-color = #666 $button-disabled-background-color = #CCC $new-tag-background-color = #DFC $new-tag-text-color = black +$default-tag-category-background-color = $active-tab-background-color $duplicate-tag-background-color = #FDC $duplicate-tag-text-color = black |