8 lines
79 B
CSS
8 lines
79 B
CSS
|
.hint_list:hover {
|
||
|
background-color:#aaaaff;
|
||
|
}
|
||
|
|
||
|
#flow-hint {
|
||
|
width:20em;
|
||
|
}
|