16 lines
176 B
CSS
16 lines
176 B
CSS
|
.selected {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#ghosting, #resize {
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
}
|
||
|
|
||
|
#ghosting {
|
||
|
background-color: #ddd;
|
||
|
}
|
||
|
|
||
|
#resize {
|
||
|
background-color: orange;
|
||
|
}
|