Skip to content

Instantly share code, notes, and snippets.

@brunohaveroth
Last active November 8, 2018 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brunohaveroth/37d0306e5232fc579563820f6e402df1 to your computer and use it in GitHub Desktop.
Save brunohaveroth/37d0306e5232fc579563820f6e402df1 to your computer and use it in GitHub Desktop.
Stylish projetos.nela.com.br
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #767786;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.task-card .ui-block {
background-color: #3e4257;
overflow: hidden;
transition: background-color 0.5s ease;
}
.day-event .card {
background-color: #3e4150 !important;
margin-top: 5px;
}
.bg-warning {
background-color: #7b7d88!important;
}
.task-card .ui-block:hover {
background-color: #4b5069;
}
.task-card .ui-block * {
color: #d2d2d2;
}
.checklist-item-body p {
color: #2d2929;
}
.checklist-item-body p.done {
color: #6d6d6d;
}
.checklist-item {
position: relative;
}
.checklist-item-icon {
position: absolute;
right: -10px;
top: 0px;
display: none;
}
.checklist-item:hover .checklist-item-icon {
display: block;
}
.modal-content {
background: #303340 !important;
color: #dcdcdc;
border: 1px #494b56 solid;
}
.modal-content p {
color: #bfbbbb;
}
.modal-content input {
background: #282a35 !important;
border: 1px #494d5f solid !important;
color: #eee !important;
border-radius: 0 !important;
}
.modal-content .ember-inline-button-container {
width: 100%;
position: absolute;
z-index: 1;
}
.modal-content .ember-inline-button-container button {
width: 49%;
}
.modal-content .ember-inline-edit {
position: relative;
}
.skills-item .skills-item-meter {
background-color: #ffffff;
}
p {
color: #545151
}
.checkbox .checkbox-material .check {
border: 1px solid #b3b3b36b;
}
.modal-header {
border-bottom-color: #dcdcdc;
background-color: #303340;
}
.kb-board {
background-color: #383a4c !important;
}
.btn-blue {
background-color: #494c5d;
color: #cacaca;
}
.checklist-item:hover {
background-color: #303340;
}
.checkbox-material span::before {
color: #303340 !important;
}
.kb-title-column {
background-color: #3e4257 !important;
}
.kb-column {
border: 1px solid #59626f !important;
}
.kb-board .kb-columns .kb-add-column .kb-column-body, .kb-board .kb-columns .kb-column .kb-column-body {
background-color: #22232f !important;
}
.kb-board .kb-columns .kb-add-column .kb-add-card, .kb-board .kb-columns .kb-column .kb-add-card {
background-color: #3e4257 !important;
}
.kb-board .kb-columns .kb-add-column .kb-column-body .kb-cards .kb-card .ui-block, .kb-board .kb-columns .kb-column .kb-column-body .kb-cards .kb-card .ui-block {
background-color: #4b4d61 !important;
}
.kb-board .kb-columns .kb-add-column .kb-column-body .kb-cards .kb-card .ui-block, .kb-board .kb-columns .kb-column .kb-column-body .kb-cards .kb-card .ui-block * {
color: #dadbdc;
}
.kb-column-description p {
color: #8e8e8e !important;
}
.comments-list li {
background-color: #262831;
}
.today-events.calendar .card-header {
background: #262831 !important;
}
.today-events .card {
background: #3c3f4e !important;
}
.kb-card-task .row.margin-row-sm .col-md-12 .author-thumb.float-right img ,
.kb-card-task .row.margin-row-sm .col-md-12 .author-thumb.float-left img {
width: 28px;
height: 28px;
border-radius: 100%;
}
.kb-card-task .row.margin-row-sm:last-child .col-md-12:last-child .author-thumb.float-right,
.kb-card-task .row.margin-row-sm:last-child .col-md-12:last-child .author-thumb.float-left {
float: right !important;
border-right: 1px #606580 solid;
padding-right: 10px;
height: 30px;
}
.kb-card-task .row.margin-row-sm:last-child .col-md-12:last-child {
margin-top: 8px;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.kb-card-task:hover .row.margin-row-sm:last-child .col-md-12:last-child {
opacity: 1;
}
.kb-card-task .row.margin-row-sm:last-child .col-md-12:last-child .author-thumb.float-right {
margin-left: 10px;
border-right: 0;
padding-right: 0;
}
.kb-card-task .badge {
border-radius: 26px 5px 5px 25px;
opacity: 0.8;
transition: opacity 0.3s ease;
margin-top: 5px;
}
.kb-card-task:hover .badge {
opacity: 1;
}
.badge {
margin: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment