Show in user interface the saving state of the task
This commit is contained in:
@@ -70,4 +70,3 @@ hr {
|
||||
.web-notification-icon:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
@@ -155,3 +155,16 @@ div.draggable-item-selected {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/* board saving state */
|
||||
.task-board-saving-state {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.task-board-saving-icon {
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user