mirror of
https://github.com/nwindian/Memorization-Plugin.git
synced 2026-07-22 08:00:26 +00:00
28 lines
429 B
CSS
28 lines
429 B
CSS
.memorizationModal {
|
|
height: 5000px;
|
|
max-height: 300px;
|
|
}
|
|
|
|
.memorizationSuggestionsContainer {
|
|
background-color: #2A2A2A;
|
|
border: 7px solid #2A2A2A;
|
|
border-radius: 3px;
|
|
max-height: 150px;
|
|
overflow: auto;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
width: 92%;
|
|
}
|
|
|
|
.memorizationSearchInput {
|
|
padding-top: -5;
|
|
width: 100%;
|
|
}
|
|
|
|
.memorizationItemEnter {
|
|
color: grey
|
|
}
|
|
|
|
.memorizationItemLeave {
|
|
color: white
|
|
}
|