Compare commits
No commits in common. "82a1749721d0cee80544e1987f05aca13e701f51" and "9a04bfc13ce58d7309730b41a0f10af4f9005ff8" have entirely different histories.
82a1749721
...
9a04bfc13c
BIN
core/avatar.png
BIN
core/avatar.png
Binary file not shown.
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 4.8 KiB |
|
@ -202,40 +202,3 @@ button.formbutton a {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*.wdropdown > button {
|
|
||||||
min-width: 130px;
|
|
||||||
min-height: 30px;
|
|
||||||
background: var(--primary-container-background);
|
|
||||||
border: var(--primary-container-border);
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: left;
|
|
||||||
margin: 2px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
*.wdropdown > div.select {
|
|
||||||
position: absolute;
|
|
||||||
display: none;
|
|
||||||
flex-direction: column;
|
|
||||||
background: var(--secondary-container-background);
|
|
||||||
border: var(--secondary-container-border);
|
|
||||||
border-top: none;
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 280px;
|
|
||||||
}
|
|
||||||
|
|
||||||
*.wdropdown.active > div.select {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
*.wdropdown.active > div.select > * {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
*.wdropdown > div.select > button {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 4px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user