Skip to content

Commit

Permalink
added some tag styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Dec 2, 2014
1 parent 6aaad00 commit c9f4407
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/webapp/WEB-INF/views/view.jsp
Expand Up @@ -31,6 +31,28 @@
.node-edit, .node-details {
display: none;
}
.window.node-tag-quest {
background-color: #ff8000;
}
.node-tag-heartpiece {
background-color: #ff8080;
}
.node-tag-item {
background-color: #00ffff;
}
.tag-heartpiece {
width: 32px;
height: 32px;
background-image: url("http://icons.iconarchive.com/icons/aha-soft/free-large-love/32/Heart-icon.png");
}
.tag {
float: left;
}
</style>
</head>
<body role="document">
Expand Down

0 comments on commit c9f4407

Please sign in to comment.