Skip to content

Commit

Permalink
modal tomorrow adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 5, 2017
1 parent dc13e51 commit 875ef13
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/css/tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,25 @@ td.tr-le, .error-text {
text-decoration: none;
}

.modal-content {
background: hsla(222, 8%, 20%, 1);
border-color: #5a5a5a;
}
.modal-header {
background: #8149bf;
}
.modal-footer {
background: #191919;
}
.modal-footer span button {
border-color: black;
}
.modal-footer span #confirm_changes {
background: #5c966a;
}
.modal-footer span .close {
background: #cc4f4f;
}

#announce {
color: #3a4249;
Expand Down

0 comments on commit 875ef13

Please sign in to comment.