From 24957748918403a387fbae47f593001ce361891a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 18 Apr 2016 19:59:56 -0700 Subject: Better tag rendering --- ext/fg/css/popup.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ext/fg/css/popup.css') 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; } -- cgit v1.2.3