diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-18 19:59:56 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-18 19:59:56 -0700 |
commit | 24957748918403a387fbae47f593001ce361891a (patch) | |
tree | e8c881a0097567d4459281a976f85cb162d17d8d /ext/fg/css/popup.css | |
parent | c4e35fbf54a9cd80e27d600d47b24b1afdfeca6d (diff) |
Better tag rendering
Diffstat (limited to 'ext/fg/css/popup.css')
-rw-r--r-- | ext/fg/css/popup.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css index 1c40bdfd..b10c06f2 100644 --- a/ext/fg/css/popup.css +++ b/ext/fg/css/popup.css @@ -43,7 +43,6 @@ body { } .tag { - background-color: #777; border-radius: 0.25em; color: #fff; cursor: default; @@ -57,6 +56,22 @@ body { white-space: nowrap; } +.tag-default { + background-color: #8a8a91; +} + +.tag-name { + background-color: #5cb85c; +} + +.tag-expression { + background-color: #f0ad4e; +} + +.tag-popular { + background-color: #0275d8; +} + ol { padding-left: 1.2em; } |