Minor UI improvement.
This commit is contained in:
@@ -42,7 +42,7 @@ const List = ({data, tags, reFetch, SetLoader, lightMode}) => {
|
||||
</div>
|
||||
<div className='etc'>
|
||||
<ViewArchived className='view-archived' id={e._id} />
|
||||
<button className="edit-btn btn" onClick={() => edit(i)}></button>
|
||||
<button className="btn edit-btn" onClick={() => edit(i)}></button>
|
||||
</div>
|
||||
</div>
|
||||
</LazyLoad>)
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
font-size: 1.1rem;
|
||||
cursor: pointer;
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
|
||||
background-color:#273949;
|
||||
border: none;
|
||||
transition: background-color 0.1s;
|
||||
}
|
||||
|
||||
@@ -64,6 +64,11 @@ body {
|
||||
|
||||
.btn {
|
||||
color: #ffffffb6;
|
||||
background-color:#273949;
|
||||
}
|
||||
|
||||
.edit-btn {
|
||||
background-color: #1f2c38;
|
||||
}
|
||||
|
||||
.no-results, .list-row {
|
||||
|
||||
Reference in New Issue
Block a user