assign queue and other bug

This commit is contained in:
Aung Myo
2017-06-18 00:03:09 +06:30
parent c7efcb85d3
commit b62d5349c6
13 changed files with 191 additions and 65 deletions

View File

@@ -17,4 +17,5 @@
//= require turbolinks
//= require cable
//= require jquery-ui
//= require bootstrap-datepicker
//= require bootstrap-datepicker
//= require bootstrap/modal

View File

@@ -3,6 +3,7 @@
@import "theme";
@import "jquery-ui";
@import "bootstrap-datepicker3";
@import "bootstrap/modal";
/* Show it is fixed to the top */
// body {
@@ -10,4 +11,15 @@
// padding-top: 4.5rem;
// }
.selected-item {
color: #fff !important;
background-color: #ccc !important;
}
.assign {
color: #fff !important;
background-color: red;
}
.assign .text-muted{
color: #fff !important;
}