859ded5790
Make all the actions (open website, open preferences, remove extension) and information (description, version number) readily available. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2114>
22 lines
358 B
CSS
22 lines
358 B
CSS
row.extension>box {
|
|
margin: 12px;
|
|
}
|
|
|
|
row.extension>box,
|
|
row.extension box.header {
|
|
border-spacing: 12px;
|
|
}
|
|
|
|
row.extension box.actions,
|
|
row.extension box.actions>box {
|
|
border-spacing: 6px;
|
|
}
|
|
|
|
row.extension box.information,
|
|
row.extension box.status {
|
|
border-spacing: 3px;
|
|
}
|
|
|
|
image.error { color: @error_color; }
|
|
image.warning { color: @warning_color; }
|