Set pointer style for cursor over the tag

This commit is contained in:
Alexander Zobnin
2017-12-16 14:46:14 +03:00
parent b7dab30a74
commit a99c7e193c
5 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
margin-left: 0.6rem; }
.triggers-panel-container .zbx-trigger-tags .zbx-tag {
color: #e9edf2;
padding: 0px 6px; }
padding: 0px 6px;
cursor: pointer; }
.triggers-panel-container .alert-list-footer {
justify-content: flex-start; }
.triggers-panel-container .trigger-info-block {