Switch chart button to an icon

This commit is contained in:
Joseph Schorr 2013-12-02 16:44:50 -05:00
parent 32efd9d635
commit 71f196e9c2
2 changed files with 16 additions and 4 deletions

View file

@ -21,6 +21,20 @@ html, body {
border-bottom: 1px dashed #aaa;
}
.toggle-icon {
font-size: 22px;
padding: 6px;
cursor: pointer;
}
i.toggle-icon:hover {
color: steelblue;
}
.toggle-icon.active {
border-radius: 4px;
background: #eee;
}
.entity-reference .prefix {
color: #aaa;