14 lines
197 B
CSS
14 lines
197 B
CSS
child:hover {
|
|
transition: 100ms;
|
|
background: #888888;
|
|
}
|
|
child {
|
|
border-radius: 5px;
|
|
}
|
|
gridview {
|
|
background: #333333;
|
|
}
|
|
window {
|
|
background: #333333;
|
|
border-radius: 15px;
|
|
}
|