add action btns in the view page

This commit is contained in:
nobohan
2018-05-07 17:02:39 +02:00
parent 585b8b3927
commit 7e9a584944
3 changed files with 19 additions and 6 deletions

View File

@@ -29,17 +29,18 @@ div#single_task_warningInterval {
}
.bt-task {
display: block;
display: inline-block;
height: 0;
width: 8px;
padding-right: 3px;;
}
.bt-task-exchange {
background: $chill-green;
color: #fff;
}
.bt-task-exchange:hover {
background: $chill-green-dark;
color: #fff;
}
.bt-task-exchange::before {
@@ -80,5 +81,6 @@ div#single_task_warningInterval {
}
.bt-dropdown:hover .bt-dropdown-content {
display: block;
display: inline-block;
width: min-content;
}