Disable editable fields from start
This commit is contained in:
@ -641,4 +641,16 @@ th.sort-desc::after {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.menu-controls {
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.menu-controls .btn {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
font-weight: 500;
|
||||
}
|
||||
Reference in New Issue
Block a user