mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
planeswalker notification / select bugfix
This commit is contained in:
@@ -261,7 +261,7 @@ input:not([type='checkbox']), textarea, button, select {
|
||||
top: 0;
|
||||
}
|
||||
/*Slightly lifts inputs upon hovering over them*/
|
||||
input:not([type='checkbox']):hover, textarea:hover, button:hover, select:hover {
|
||||
input:not([type='checkbox']):hover, textarea:hover, button:hover, select:hover, select:focus {
|
||||
top: -0.1rem;
|
||||
box-shadow: 0 0.125rem 0.25rem black;
|
||||
}
|
||||
|
Reference in New Issue
Block a user