16 lines
176 B
CSS
Raw Normal View History

2016-02-24 14:28:32 -08:00
.selected {
font-weight: bold;
}
#ghosting, #resize {
width: 200px;
height: 200px;
}
#ghosting {
background-color: #ddd;
}
#resize {
background-color: orange;
}