Skip to content

Commit

Permalink
Added customisation example
Browse files Browse the repository at this point in the history
Added customisation example
  • Loading branch information
mediabeastnz committed Jan 24, 2016
1 parent f447cf3 commit 2116136
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ require: "mediabeast/fancy-devbuild": "1.*"
If you have any ideas please submit an issue and label it as Enhancement.
Pull requests are welcome!

#### Customisation
Incase your using a custom admin theme you can quickly customise the colors of the icon and text.
For example I have added this to the *Flat Admin* CSS. Other classes are .error and .success
```css
.devbuild-trigger.loading {
color: rgb(249, 191, 59);

.icon {
color: rgb(249, 191, 59);
}
}
```

#### Todo List
All ideas, issues and questions will be found under Issues.
Expand Down

0 comments on commit 2116136

Please sign in to comment.