This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/bulk_actions/style.css

10 lines
130 B
CSS
Raw Normal View History

.bulk_selected {
2019-06-05 23:03:22 +00:00
outline: 3px solid blue;
}
.bulk_action {
margin-top: 8pt;
}
.bulk_selector_controls table td {
width: 33%;
}