Home Gen172 @ 2024-04-28-23:36

This commit is contained in:
Jonas Röger 2024-04-28 23:36:28 +02:00
parent 694ffe1ae5
commit 030c412fa1

View File

@ -48,10 +48,11 @@
#text { #text {
padding: 4px; padding: 4px;
color: white; color: white;
background: transparent;
border: none; border: none;
} }
#entry:nth-child { #entry:unselected {
background: transparent; background: transparent;
border: none; border: none;
} }
@ -64,10 +65,6 @@
background: transparent; background: transparent;
} }
#text:selected {
background: transparent;
border: none;
}
#expander-box { #expander-box {
border-radius: 15px; border-radius: 15px;
border-color: #33ccff; border-color: #33ccff;