firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

#367: Updated console and warning styles #392

Closed bmdeveloper closed 9 years ago

bmdeveloper commented 9 years ago

367: 1. Updated background colour of console errors to #FFEBEB

  1. Updated text colour of console errors to #FF0000
  2. Updated background colour of console warnings to #FFFFC8
fflorent commented 9 years ago

Sounds OK to me. If you could just squash the two commits into one, that would be great.

To do so, if you use Linux/Mac OS/msysgit, enter these command lines:

git reset --soft HEAD^
git commit --amend --no-edit
git push -f

Note: don't use the git push -f option unless you use it for your own repository, of course ;).

If you have any question, you can ask me through IRC (for one hour).

Florent

bmdeveloper commented 9 years ago

Thanks, I have merged those 2 commits

bmdeveloper commented 9 years ago

@fflorent hi is everything OK with this

fflorent commented 9 years ago

Yep (sorry for the huge delay). @janodvarko Are you OK with this merge?

Florent

janodvarko commented 9 years ago

Please use .theme-firebug prefix in the CSS selector(s)

Honza

bmdeveloper commented 9 years ago

@fflorent @janodvarko Ok I have made that change

janodvarko commented 9 years ago

Thanks!

Honza