mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add action btns in the view page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user