summaryrefslogtreecommitdiffstats
path: root/subprojects/extensions-app/data/css/application.css
blob: b5e6b914112ac719c31284e281566e1819e6acb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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.error { color: @error_color; }
image.warning { color: @warning_color; }