remove border around manage buttonbox and add them background, fixes #119

This commit is contained in:
MrOtherGuy 2021-06-20 07:23:14 +03:00
parent 7f6d21b2e8
commit 8528b55888

View file

@ -22,6 +22,10 @@ See the above repository for updates as well as full license text. */
display: flex !important;
padding: 0 !important;
margin: 0px calc(0px - var(--card-padding)) !important;
border-width: 1px 0 0 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
background-color: rgba(127,127,127,0.1) !important;
backdrop-filter: none !important; /* Having a backdrop-filter leads to some unexpected layering issues */
}