2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.flex-item{
|
2019-01-27 19:09:48 +01:00
|
|
|
// background-color: #d5e2eb;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
2019-01-16 02:26:43 +01:00
|
|
|
color: #000;
|
|
|
|
|
font-size: 0.85rem;
|
2019-01-28 13:31:41 +01:00
|
|
|
//flex: 0 0 100%;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.flex-container2 {
|
2019-01-28 13:31:41 +01:00
|
|
|
flex-flow: row nowrap;
|
2019-01-16 02:26:43 +01:00
|
|
|
justify-content: space-between;
|
2019-01-28 20:39:40 +01:00
|
|
|
margin: 2px 5px 2px 5px; // top right bottom left
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
// Set visibility: visible to the icon menu of pos-item-popover
|
|
|
|
|
.flex-container2:hover .pos-item-popover, .flex-container2:hover .priority-item-popover{
|
|
|
|
|
//.flex-container2:hover .pos-item-popover {
|
|
|
|
|
background-color: rgba(230, 230, 230, 0.8);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-container2:hover{
|
|
|
|
|
background-color: rgba(230, 230, 230, 0.8);
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rowselected {
|
2019-01-28 13:31:41 +01:00
|
|
|
border-width: 1px 0px 1px 0px;
|
2019-01-27 21:49:10 +01:00
|
|
|
border-style: solid;
|
|
|
|
|
border-color: rgba(49, 68, 240, 0.6);
|
|
|
|
|
//background-color: rgba(166, 153, 240, 0.7) !important;
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.btn-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.pos-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
text-align: center;
|
2019-01-27 19:09:48 +01:00
|
|
|
// background-color: #ff4081;
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todo-menu {
|
2019-01-28 13:31:41 +01:00
|
|
|
min-width: 202px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item-menu{
|
|
|
|
|
font-size: 1rem;
|
2019-01-27 19:09:48 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.titleLista-item {
|
|
|
|
|
max-width: 92px;
|
|
|
|
|
min-width: 92px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
// background-color: #ff4081;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
|
|
|
|
|
.pos-item-popover{
|
2019-01-27 19:09:48 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2019-01-27 21:49:10 +01:00
|
|
|
display: none;
|
|
|
|
|
color: #777;
|
2019-01-27 19:09:48 +01:00
|
|
|
height: 100%;
|
2019-01-27 21:49:10 +01:00
|
|
|
//visibility: hidden;
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-28 13:31:41 +01:00
|
|
|
.pos-item:hover, .pos-item-popover:hover {
|
2019-01-28 20:39:40 +01:00
|
|
|
cursor: grab;
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.priority-item-popover {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
padding: 0px;
|
2019-01-27 19:09:48 +01:00
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2019-01-27 21:49:10 +01:00
|
|
|
display: none;
|
|
|
|
|
height: 100%;
|
|
|
|
|
color: #777;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
.completed-item-popover {
|
2019-01-16 02:26:43 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
2019-01-27 21:49:10 +01:00
|
|
|
padding: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
color: #777;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
.priority-item {
|
2019-01-16 02:26:43 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.completed-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
2019-01-27 21:49:10 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.myexpired {
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-item {
|
2019-01-28 20:39:40 +01:00
|
|
|
//max-width: 100px;
|
|
|
|
|
//min-width: 100px;
|
|
|
|
|
//display: flex;
|
|
|
|
|
//visibility: initial;
|
2019-01-28 03:13:04 +01:00
|
|
|
color: #ccc;
|
2019-01-28 20:39:40 +01:00
|
|
|
order: 1;
|
|
|
|
|
flex: 1;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
|
|
|
|
|
.data-item .q-input-target{
|
|
|
|
|
color:red !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
/*
|
2019-01-16 02:26:43 +01:00
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
.data-item {
|
|
|
|
|
display: none;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-27 19:09:48 +01:00
|
|
|
*/
|
2019-01-16 02:26:43 +01:00
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.div_descr, .div_descr_edit {
|
2019-01-27 19:09:48 +01:00
|
|
|
margin: 2px;
|
|
|
|
|
padding: 2px;
|
2019-01-28 13:31:41 +01:00
|
|
|
min-width: 200px;
|
2019-01-28 03:13:04 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
2019-01-28 13:31:41 +01:00
|
|
|
flex: 1;
|
2019-01-28 20:39:40 +01:00
|
|
|
//order: 2;
|
2019-01-28 13:31:41 +01:00
|
|
|
//height: 24px;
|
|
|
|
|
//line-height: 24px; /* same as height! */
|
2019-01-28 03:13:04 +01:00
|
|
|
|
|
|
|
|
&.hide {
|
|
|
|
|
display: none !important;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
&.show {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
.div_descr:hover {
|
2019-01-27 21:49:10 +01:00
|
|
|
border-width: 1px 0px 1px 0px;
|
|
|
|
|
border-color: rgba(125, 255, 125, 0.5);
|
2019-01-27 19:09:48 +01:00
|
|
|
padding: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.appsingletodo {
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 1.0rem;
|
|
|
|
|
// display: flex;
|
|
|
|
|
margin: 1px;
|
2019-01-27 19:09:48 +01:00
|
|
|
padding: 1px;
|
|
|
|
|
border: 0px;
|
2019-01-16 02:26:43 +01:00
|
|
|
background-color: #e1ebed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mycols{
|
2019-01-14 22:40:30 +01:00
|
|
|
margin: 1px;
|
2019-01-16 02:26:43 +01:00
|
|
|
padding: 2px;
|
|
|
|
|
//width: 40px;
|
|
|
|
|
// border-color: #8a8484;
|
|
|
|
|
// border-style: outset;
|
|
|
|
|
margin: auto;
|
|
|
|
|
// flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mycols:hover{
|
|
|
|
|
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mybtn{
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.icon_completed {
|
|
|
|
|
position: relative;
|
|
|
|
|
transform: translateY(0%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mydescr{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
.icon_completed {
|
|
|
|
|
color: rgb(178, 235, 225);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status_completed {
|
2019-01-28 03:13:04 +01:00
|
|
|
color:rgba(49, 68, 240, 0.7);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menuTitlePriority {
|
|
|
|
|
background-color: blue;
|
|
|
|
|
color:white;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
font-weight: bold;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.test{
|
|
|
|
|
color: fuchsia;
|
|
|
|
|
&.mio1{
|
|
|
|
|
|
|
|
|
|
background-color: red;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-28 13:31:41 +01:00
|
|
|
|
2019-01-28 20:39:40 +01:00
|
|
|
.after_textarea {
|
|
|
|
|
display: none;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.after_textarea:hover {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2019-01-28 13:31:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
.container {
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
background-color: red;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.i3{
|
|
|
|
|
order: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
*/
|
2019-01-28 20:39:40 +01:00
|
|
|
|
|
|
|
|
|