jimmybow / visdcc

Dash Core Components for Visualization.
MIT License
144 stars 18 forks source link

can't open https://rawgit.com/jimmybow/CSS/master/visdcc/DataTable/Filter.css #5

Closed sylvoslee closed 5 years ago

sylvoslee commented 5 years ago

I can't open the rawgit website, can you send me the filter.css file Or upload it to other places? my email:sylvos@msn.com,Thank you very much

jimmybow commented 5 years ago

the css is as follow

.custom-filter-dropdown {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.custom-filter-dropdown input {
  width: 130px;
  margin-right: 8px;
}