Merge branch 'dashboard_tag_colors'

This commit is contained in:
Torkel Ödegaard
2014-08-22 09:34:19 +02:00
5 changed files with 57 additions and 16 deletions
+10 -1
View File
@@ -588,11 +588,20 @@ div.flot-text {
.label-tag {
background-color: @purple;
color: darken(@white, 5%);
border-radius: 2px;
text-shadow: none;
font-size: 13px;
padding: 4px 6px;
.icon-tag {
position: relative;
top: 1px;
padding-right: 4px;
}
}
.label-tag:hover {
opacity: 0.85;
background-color: darken(@purple, 10%);
color: @white;
}
.annotation-editor-table {