mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 13:22:40 +00:00
Move copy ID to clipboard to separate button
This commit is contained in:
@@ -39,8 +39,16 @@
|
||||
}
|
||||
|
||||
.lockTable{
|
||||
td:hover {
|
||||
cursor: default;
|
||||
.row:hover {
|
||||
background-color: #ccc;
|
||||
color: #000;
|
||||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
text-shadow: 0px 0px 6px black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user