This commit is contained in:
Ashley Wulber 2022-01-14 11:38:10 -05:00
parent 7ac16fb414
commit 4ce3b3cc21
2 changed files with 15 additions and 15 deletions

View file

@ -1,9 +1,10 @@
child:hover {
child:selected {
transition: 100ms;
background: #888888;
background: #AAAAAA;
}
child {
gridview child {
transition: 100ms;
border-radius: 5px;
}