deleting documents, bug fixes
This commit is contained in:
@@ -1461,21 +1461,47 @@ input::placeholder {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.project-content td,
|
||||
.progress-content td {
|
||||
.project-content td .row-container,
|
||||
.progress-content td .row-container {
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.project-content td:hover,
|
||||
.progress-content td:hover {
|
||||
.progress-content td {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.project-content td .row-container:hover,
|
||||
.progress-content td .row-container:hover {
|
||||
background: rgba(232, 232, 237, 0.8);
|
||||
}
|
||||
|
||||
.row-delete-container {
|
||||
margin: auto 10px;
|
||||
padding: 9px;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
justify-items: center;
|
||||
transition: 0.3s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.row-delete-container:hover {
|
||||
background: rgba(232, 232, 237, 0.8);
|
||||
}
|
||||
|
||||
.project-content .row-container,
|
||||
.progress-content .row-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.project-content .row-icon,
|
||||
|
||||
Reference in New Issue
Block a user