Skip to content

Instantly share code, notes, and snippets.

@bborysenko
Last active September 1, 2017 18:20
Show Gist options
  • Select an option

  • Save bborysenko/e318efdbb4167c90999bcb843045e573 to your computer and use it in GitHub Desktop.

Select an option

Save bborysenko/e318efdbb4167c90999bcb843045e573 to your computer and use it in GitHub Desktop.
Stylish - Material Trello
body {
background-color: #f2f2f2;
}
.body-tabbed-page {
background: #f2f2f2;
}
#header, .body-board-view #header, .body-light-board-background #header {
background: #455a64;
}
.board-header {
background: #90a4a9;
margin-bottom: 10px;
}
input[type=text].header-search-input {
background-color: rgba(255,255,255,.15);
width: 250px;
}
.header-btn {
background: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(255,255,255,.2) 100%);
/* background: linear-gradient(to bottom,rgba(255,255,255,.3) 0,rgba(255,255,255,.2) 100%); */
color: #f3f3f3;
line-height: 30px;
margin-right: 8px;
min-width: 30px;
padding: 0;
user-select: none;
}
.IZ65Hb-TBnied {
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
overflow: hidden;
position: relative;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition-duration: .218s;
transition-duration: .218s;
-webkit-transition-property: background,opacity,-webkit-box-shadow,-webkit-transform;
transition-property: background,opacity,box-shadow,transform;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment