sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

style is not applied #11

Closed sotayamashita closed 9 years ago

sotayamashita commented 9 years ago

github-hide-files button's style is not applied. Here is capture image below:

screen shot 2015-05-14 at 16 02 21

I am trying to know what is cause of problem and fix it.

arthurvr commented 9 years ago

Which style does not work? Please be a little more specific.

sotayamashita commented 9 years ago

I am talking about content.css. In this CSS, you use table selector but Github is not use table tag anymore so I think we have to write new CSS.

sotayamashita commented 9 years ago

@arthurvr Is this button style working in your browser ?

sotayamashita commented 9 years ago

I create a PR. https://github.com/sindresorhus/github-hide-files/pull/12

arthurvr commented 9 years ago

Closing as this is fixed in https://github.com/sindresorhus/github-hide-files/pull/12.