Add meaningless close buttons to filters
This commit is contained in:
parent
72202acc41
commit
6f84d8f4ae
2 changed files with 20 additions and 7 deletions
|
@ -828,14 +828,27 @@ width:95%}
|
|||
opacity:1} */
|
||||
|
||||
.library .filters .item {
|
||||
border:2px solid rgba(0,0,0,.5);
|
||||
background-color:var(--active-secondary);
|
||||
color:var(--active-secondary-text);
|
||||
border:2px solid rgba(0,0,0,.5);
|
||||
background-color:var(--active-secondary);
|
||||
color:var(--active-secondary-text);
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
border-radius:.5rem;
|
||||
margin:.25rem;
|
||||
max-width:8rem;
|
||||
opacity:.8;
|
||||
padding:.4rem 1rem .5rem}
|
||||
opacity:.8;
|
||||
position: relative;
|
||||
padding:.45rem 2rem .5rem 1rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.library .filters .item .filter_clear {
|
||||
border-radius: .5rem;
|
||||
padding: .425rem .5rem .475rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.library .filters .item:hover {
|
||||
opacity:1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue