added love, dislike, and unlove to context menus for media items, fixed error where disabled contextmenu items would stop the rest after from adding
This commit is contained in:
parent
8ecd174a11
commit
091dc32fbd
5 changed files with 239 additions and 8 deletions
|
@ -583,17 +583,21 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
text-align: left;
|
||||
color: #eee;
|
||||
font-family: inherit;
|
||||
font-size: 15px;
|
||||
padding: 8px 12px;
|
||||
font-size: 14px;
|
||||
padding: 6px 12px;
|
||||
border: 0px;
|
||||
appearance: none;
|
||||
border-radius: 6px;
|
||||
margin: 2px 0px;
|
||||
|
||||
&:hover {
|
||||
background: var(--keyColor);
|
||||
background: var(--selected);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: var(--selected-click);
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu-body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue