2b517e352d
The dialog that contains the extension's preference widget has become fairly complex over time, mostly due to the error handling. It therefore makes sense to move it to a template, just like we did for the main application window and extension rows. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106
15 lines
377 B
CSS
15 lines
377 B
CSS
.details-button image {
|
|
transition: 250ms;
|
|
}
|
|
.details-button.expanded:dir(ltr) image {
|
|
-gtk-icon-transform: rotate(0.25turn);
|
|
}
|
|
.details-button.expanded:dir(rtl) image {
|
|
-gtk-icon-transform: rotate(-0.25turn);
|
|
}
|
|
|
|
image.warning { color: @warning_color; }
|
|
|
|
.expander-frame > * { border-top-width: 0; }
|
|
.expander-toolbar { border: 0 solid @borders; border-top-width: 1px; }
|