1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Improve extensions page

- Allow extensions to define an icon in their flarum.json
- Show a "please wait" modal when enabling/disabling an extension
- Styling tweaks
This commit is contained in:
Toby Zerner
2015-08-07 08:51:03 +09:30
parent 154f93c72e
commit a34cebd94b
6 changed files with 65 additions and 21 deletions

View File

@@ -22,6 +22,10 @@
.ExtensionListItem.disabled .ExtensionListItem-content {
opacity: 0.5;
color: @muted-color;
.ExtensionListItem-icon {
opacity: 0.5;
}
}
.ExtensionListItem-controls {
float: right;
@@ -41,6 +45,9 @@
.ExtensionListItem-icon {
float: left;
margin-left: -42px;
text-align: center;
padding: 3px;
font-size: 14px;
}
.ExtensionListItem-title {
font-size: 14px;