mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
restyle
This commit is contained in:
@@ -107,11 +107,18 @@ a:hover {
|
||||
border-top: 0.2rem solid var(--interactable-unselected);
|
||||
cursor: pointer;
|
||||
border-radius: 0.2rem;
|
||||
transition: 0.25s;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
.interactable.selected {
|
||||
border-top-color: var(--interactable-selected);
|
||||
background: var(--layer-background-selected);
|
||||
}
|
||||
.interactable:hover {
|
||||
top: -0.25rem;
|
||||
box-shadow: 0 0.25rem 0.5rem black;
|
||||
}
|
||||
|
||||
.cardMaster {
|
||||
margin: 0.9rem 0px;
|
||||
@@ -166,7 +173,8 @@ img {
|
||||
user-drag: none;
|
||||
}
|
||||
#framePicker, #maskPicker {
|
||||
margin: 0.25rem 0;
|
||||
padding-top: 0.25rem;
|
||||
margin-bottom: 0.25rem;
|
||||
max-height: 260pt;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
Reference in New Issue
Block a user