10 lines
125 B
CSS
10 lines
125 B
CSS
|
.selected {
|
||
|
outline: 3px solid blue;
|
||
|
}
|
||
|
|
||
|
.bulk_action {
|
||
|
margin-top: 8pt;
|
||
|
}
|
||
|
.bulk_selector_controls table td {
|
||
|
width: 33%;
|
||
|
}
|