Minor UI improvement.
This commit is contained in:
parent
ebc11a82be
commit
4870dc45ce
|
@ -42,7 +42,7 @@ const List = ({data, tags, reFetch, SetLoader, lightMode}) => {
|
||||||
</div>
|
</div>
|
||||||
<div className='etc'>
|
<div className='etc'>
|
||||||
<ViewArchived className='view-archived' id={e._id} />
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</LazyLoad>)
|
</LazyLoad>)
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
cursor: pointer;
|
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;
|
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;
|
border: none;
|
||||||
transition: background-color 0.1s;
|
transition: background-color 0.1s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,6 +64,11 @@ body {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: #ffffffb6;
|
color: #ffffffb6;
|
||||||
|
background-color:#273949;
|
||||||
|
}
|
||||||
|
|
||||||
|
.edit-btn {
|
||||||
|
background-color: #1f2c38;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-results, .list-row {
|
.no-results, .list-row {
|
||||||
|
|
Ŝarĝante…
Reference in New Issue