Disable button for current shelf.
This commit is contained in:
parent
1783330708
commit
97e752cc12
2 changed files with 9 additions and 1 deletions
|
@ -754,6 +754,14 @@ button.dropdown-button {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.dropdown-content button[disabled] {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.dropdown-content button[disabled]:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.dropdown-content button:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue