nextcloud-tasks/css/style.css

1109 lines
28 KiB
CSS

* {
-moz-user-select: -moz-none;
margin: 0;
padding: 0;
text-decoration: none;
}
#content {
overflow: hidden;
color: #423E3E;
background: url("%appswebroot%/tasks_enhanced/img/bgLinenBig.jpg") repeat scroll 0 0 #000000;
}
#content .icon {
background-image: url("%appswebroot%/tasks_enhanced/img/sprites.svg");
height: 20px;
width: 20px;
display: inline-block;
cursor: pointer;
vertical-align: middle;
}
#content .icon.list-list {
background-position: -40px 0px;
}
#content .icon.collection-starred {
background-position: -20px 0px;
}
#content .icon.collection-today {
-moz-box-sizing: border-box;
background-position: -240px 0px;
color: #AAAAAA;
font-size: 7px;
font-weight: bold;
line-height: 9px;
padding-top: 7px;
text-align: center;
text-shadow: 0 1px 0 white;
}
#content .icon.collection-week {
background-position: -220px 0px;
}
#content .icon.collection-completed {
background-position: -100px 0px;
}
#content .icon.collection-all {
background-position: -200px 0px;
}
#content .icon.detail-add {
background-position: -80px 0px;
cursor: default;
height: 20px;
width: 20px;
opacity: 0.5;
}
#content .icon.input-date {
display: none;
background-position: -160px -100px;
opacity: 0.4;
transition: opacity 100ms ease 0s;
right: 35px;
top: 7px;
}
#content .icon.input-star {
display: none;
background-position: -100px -180px;
opacity: 0.5;
right: 9px;
}
#content .icon.input-star.starred {
background-position: -120px -180px;
opacity: 1;
}
#content .icon.detail-delete {
background-position: 0 -40px;
height: 20px;
opacity: 0.4;
width: 20px;
}
#content .icon.task-checkbox {
background-position: -60px 0px;
height: 20px;
width: 20px;
left: 8px;
position: absolute;
top: 7px;
}
#content .icon.task-attachment {
background-position: 0 -60px;
}
#content .icon.detail-trash {
background-position: -260px 0px;
transition: opacity 100ms ease 0s;
opacity: 0.6;
}
#content .icon.search {
background-position: -80px -20px;
transition: opacity 100ms ease 0s;
opacity: 0.6;
}
#content .icon.menu-search {
background-position: -80px -20px;
}
#content .icon.detail-close {
background-position: -260px -20px;
opacity: 0.6;
transition: opacity 100ms ease 0s;
}
#content .icon.detail-checkbox {
left: 18px;
position: absolute;
top: 17px;
background-position: -60px 0px;
}
#content .icon.detail-reminder {
background-position: -40px -40px;
height: 20px;
width: 20px;
}
#content .icon.task-checked,
#content .icon.detail-checked {
background-position: -60px -20px;
height: 20px;
width: 20px;
}
#content .icon.detail-star {
position: absolute;
right: 15px;
top: -2px;
background-position: -60px -40px;
height: 60px;
width: 30px;
}
#content .icon.detail-star:hover {
background-position: -90px -40px;
}
#content .icon.detail-starred {
top: -2px !important;
position: absolute;
right: 15px;
top: -2px;
background-position: -120px -40px !important;
height: 60px;
width: 30px;
}
#content .icon.detail-save {
background-position: -20px -40px;
}
#content .icon.note-fullscreen {
background-position: -140px -60px;
opacity: 0.6;
}
#content .icon.note-fullscreen:hover {
opacity: 1;
}
#content .icon.toggle-completed-tasks {
background-position: -120px 0;
height: 20px;
opacity: 0.8;
width: 20px;
}
#content .icon.toggle-completed-tasks:hover {
opacity: 1;
}
#content li.task-item {
cursor: default;
height: 37px;
list-style: none outside none;
overflow: hidden;
z-index: 100 !important;
}
#content li.task-item.done {
opacity: 0.6;
}
#content li.task-item.done .title {
text-decoration: line-through;
text-shadow: none;
}
#content li.task-item .task-body {
-moz-box-sizing: border-box;
background: url("%appswebroot%/tasks_enhanced/img/bgTask.png") repeat-x scroll 0 0 #f8f8f8;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.08);
height: 34px;
list-style: none outside none;
margin: 1px 1px 0;
position: relative;
}
#content li.task-item .task-body .icon.task-separator {
cursor: default;
height: 100%;
left: 34px;
position: absolute;
top: 1px;
background-position: 0 -20px;
width: 2px;
}
#content li.task-item .task-body .icon.task-star {
float: right;
margin: 0 8px 0 5px;
background-position: -140px 0px;
height: 34px;
width: 20px;
}
#content li.task-item .task-body .icon.task-star:hover {
background-position: -160px 0;
}
#content li.task-item .task-body .icon.task-starred,
#content li.task-item .task-body .icon.task-starred:hover {
background-position: -180px 0;
margin-left: 5px;
margin-right: 8px;
margin-top: 0;
}
#content li.task-item .task-body .title-wrapper {
cursor: pointer;
color: #423E3E;
display: block;
line-height: 16px;
margin: 0 0 0 44px;
overflow: hidden;
padding: 9px 0;
position: relative;
text-overflow: ellipsis;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
white-space: nowrap;
}
#content li.task-item .task-body .title-wrapper .title {
cursor: text;
}
#content li.task-item .task-body .title-wrapper.attachment .task-attachment {
display: inline-block;
}
#content li.task-item .task-body .title-wrapper .task-attachment {
display: none;
height: 20px;
margin-top: -3px;
}
#content li.task-item .task-body .duedate {
color: #3B6594;
float: right;
font-size: 11px;
line-height: 14px;
margin: 11px 3px 0 7px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#content li.task-item .task-body .duedate.overdue {
color: #B3312D;
}
#task-lists {
background: url("%appswebroot%/tasks_enhanced/img/bgTasks.png") repeat scroll 0 0 #eeeeee;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 250px;
font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
font-size: 13px;
}
#task-lists div.header {
height: 37px;
border-bottom: 1px solid #AFAFAF;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
background: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
background: -o-linear-gradient(center top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
}
#task-lists div.header a {
position: absolute;
top: 0;
bottom: 0;
cursor: pointer;
padding: 10px;
height: 20px;
line-height: 20px;
}
#task-lists div.header.search #search-toolbar {
display: block;
}
#task-lists div.header.search #main-toolbar {
display: none;
}
#task-lists div.header #search-toolbar {
display: none;
}
#task-lists div.header #search-toolbar .icon.menu-search {
left: 41px;
position: absolute;
top: 9px;
z-index: 100;
}
#task-lists div.header #search-toolbar input {
border-radius: 15px 15px 15px 15px;
left: 36px;
padding: 4px 4px 4px 25px;
position: absolute;
right: 36px;
top: 6px;
width: 210px;
-moz-box-sizing: border-box;
background: none repeat scroll 0 0 white;
border: 1px solid #BDBCBB;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
margin: 0;
}
#task-lists div.header #search-toolbar input:focus {
background-color: #F8F8F8;
border: 1px solid rgba(43, 136, 217, 0.65);
box-shadow: 0 0 4px rgba(43, 136, 217, 0.32), 0 1px 1px rgba(255, 255, 255, 0.43), 0 2px 4px rgba(43, 136, 217, 0.12) inset, 0 0 4px rgba(43, 136, 217, 0.2) inset;
}
#task-lists div.header #search,
#task-lists div.header #cancel-search {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
padding: 8px;
display: block;
}
#task-lists div.header #loading {
position: absolute;
left: 0;
top: 0;
cursor: pointer;
padding: 10px;
display: block;
}
#task-lists div.header #loading span {
height: 20px;
width: 20px;
display: inline-block;
cursor: pointer;
vertical-align: middle;
background-size: 20px 20px;
}
#task-lists div.header #loading span.done {
background: url("%appswebroot%/tasks_enhanced/img/sprites.svg") repeat-x scroll center bottom transparent;
background-position: 0 0;
}
#task-lists div.footer {
height: 40px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#task-lists div.footer a {
position: absolute;
top: 0;
bottom: 0;
cursor: pointer;
padding: 10px;
height: 20px;
line-height: 20px;
}
#task-lists div.scroll {
position: absolute;
top: 37px;
bottom: 40px;
right: 0;
left: 0;
overflow: auto;
}
#task-lists a.addlist {
background: none repeat scroll 0 0 transparent;
}
#task-lists .count {
color: #B0B0B0;
float: right;
}
#task-lists .addlist:hover .title {
color: #625F5F;
}
#task-lists .addlist:hover .detail-add {
opacity: 1;
}
#task-lists .addlist .title {
color: #999999;
}
#task-lists .addlist,
#task-lists li a {
background: url("%appswebroot%/tasks_enhanced/img/divider.svg") repeat-x scroll center bottom transparent;
display: block;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
position: relative;
height: 34px;
padding: 6px 12px 8px 8px;
color: #413D3F;
font-weight: bold;
text-shadow: 0 1px 0 white;
}
#task-lists input.edit {
border: 1px solid #3F84B3;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
font-weight: bold;
font-size: 13px;
left: 34px;
padding: 4px;
position: absolute;
right: 46px;
top: 5px;
width: auto;
margin: 0;
border-radius: 0;
}
#task-lists li {
height: 34px;
overflow: hidden;
position: relative;
transition: height 300ms ease 0s !important;
}
#task-lists li.active {
border-top: 2px solid #ECECEC;
margin-top: -2px;
}
#task-lists li.active a {
background: url("%appswebroot%/tasks_enhanced/img/bgTasksActive.png") repeat scroll 0 0 transparent;
border-bottom: 1px solid transparent;
color: white;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
#task-lists li.active a .count {
color: white;
}
#task-lists li.active .icon.collection-all {
background-position: -200px -20px;
}
#task-lists li.active .icon.list-list {
background-position: -40px -20px;
}
#task-lists li.active .icon.collection-starred {
background-position: -20px -20px;
}
#task-lists li.active .icon.collection-today {
background-position: -240px -20px;
color: white;
text-shadow: 0 1px 0 #336692;
}
#task-lists li.active .icon.collection-week {
background-position: -220px -20px;
}
#task-lists li.active .icon.collection-completed {
background-position: -100px -20px;
}
#task-lists li.dragOver a {
border: 2px solid #2b88d9;
padding: 6px 10px 6px 6px;
}
#task-lists li.dragOver a .title {
left: 38px;
right: 28px;
top: 6px;
}
#task-lists li.animate-up {
height: 0px !important;
border-bottom: 0;
}
#task-lists li input.edit {
border: 1px solid #3F84B3;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
font-weight: bold;
font-size: 13px;
left: 34px;
padding: 4px;
position: absolute;
right: 46px;
top: 5px;
width: auto;
margin: 0;
border-radius: 0;
}
#task-lists .title {
position: absolute;
left: 40px;
right: 30px;
top: 6px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#task-tasks {
-webkit-transition: right 0.4s ease-in-out;
-moz-transition: right 0.4s ease-in-out;
-ms-transition: right 0.4s ease-in-out;
-o-transition: right 0.4s ease-in-out;
transition: right 0.4s ease-in-out;
position: absolute;
left: 250px;
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
padding: 6px 17px 15px 17px;
}
#task-tasks.details-visible {
right: 360px;
}
#task-tasks h2 {
font-weight: bold;
color: white;
font-size: 12px;
margin-bottom: 10px;
margin-top: 20px !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
word-wrap: break-word;
}
#task-tasks #add-task {
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
background: -ms-linear-gradient(center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
background: -o-linear-gradient(center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
border-radius: 4px 4px 4px 4px;
border-top: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
margin: 12px 0;
padding: 6px 12px;
position: relative;
}
#task-tasks #add-task.focus {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 5px rgba(255, 255, 255, 0.7);
}
#task-tasks #add-task.focus .icon.input-date {
display: block;
}
#task-tasks #add-task.focus .icon.input-star {
display: block;
}
#task-tasks #add-task .icon {
position: absolute;
top: 6px;
}
#task-tasks #add-task input {
-moz-box-sizing: border-box;
font-size: 13px;
font-weight: bold;
padding-right: 60px;
width: 100%;
color: #DBDBDB;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
border-radius: 0 0 0 0 !important;
box-shadow: none !important;
padding: 0 60px 0 0;
margin: 0;
cursor: text;
}
#task-tasks div.task-list h2.heading text,
#task-tasks div.task-list h2.heading-hiddentasks text {
cursor: pointer;
}
#task-tasks div.task-list h2.heading .icon.toggle-completed-tasks,
#task-tasks div.task-list h2.heading-hiddentasks .icon.toggle-completed-tasks {
float: right;
}
#task-tasks div.task-list .loadmore {
font-size: 11px;
margin-top: 10px;
text-align: center;
}
#task-tasks div.task-list .loadmore span:hover {
color: #A0A0A0;
cursor: pointer;
}
#task-tasks div.task-list.completed-hidden ol.completed-tasks {
display: none;
}
#task-tasks div.task-list.completed-hidden h2.heading-hiddentasks text {
opacity: 0.7;
}
#task-tasks div.task-list.completed-hidden h2.heading-hiddentasks text:hover {
opacity: 1;
}
#task-tasks div.task-list.completed-hidden h2.heading-hiddentasks .icon.toggle-completed-tasks {
opacity: 0.5;
background-position: -120px -20px;
}
#task-tasks div.task-list.completed-hidden h2.heading-hiddentasks .icon.toggle-completed-tasks:hover {
opacity: 0.7;
}
#task-tasks div.task-list.completed-hidden div.loadmore {
display: none;
}
#task-tasks div.task-list .grouped-tasks {
position: relative;
}
#task-details {
-webkit-transition: right 0.4s ease-in-out;
-moz-transition: right 0.4s ease-in-out;
-ms-transition: right 0.4s ease-in-out;
-o-transition: right 0.4s ease-in-out;
transition: right 0.4s ease-in-out;
position: absolute;
right: -400px;
bottom: 0;
top: 0;
padding: 0;
width: 360px;
}
#task-details.details-visible {
right: 0;
}
#task-details > div {
background: url("%appswebroot%/tasks_enhanced/img/bgTaskDetail.png") repeat scroll 0 0 #f8f8f8;
border-radius: 5px 0px 0px 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
height: 100%;
position: relative;
}
#task-details div.footer {
background: none repeat scroll 0 0 #f1f1f1;
border-radius: 0 0 5px 5px;
border-top: 1px solid #D3D3D3;
bottom: 0;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
height: 35px;
left: 0;
position: absolute;
right: 0;
}
#task-details div.footer .detail-close .icon {
left: auto;
right: 8px;
}
#task-details div.footer .icon {
position: absolute;
top: 8px;
left: 8px;
}
#task-details.completed .body .section .section-title {
color: #9FA2A6 !important;
}
#task-details.completed .body .section .icon.detail-date {
background-position: -100px -40px !important;
}
#task-details.completed .body .section .icon.detail-reminder {
background-position: -40px -40px !important;
}
#task-details .title {
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 transparent;
background: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 transparent;
background: -o-linear-gradient(center top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 transparent;
background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.24);
border-radius: 5px 5px 0 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
font-size: 16px;
font-weight: bold;
line-height: 24px;
min-height: 24px;
padding: 16px 55px 13px;
text-shadow: 0 1px 0 white;
word-wrap: break-word;
}
#task-details .title .title-text {
cursor: text;
}
#task-details .title .title-text.strike-through {
text-decoration: line-through;
text-shadow: none;
}
#task-details .title textarea,
#task-details .title pre {
box-shadow: none;
font-size: 16px;
font-weight: bold;
line-height: 24px;
background: none repeat scroll 0 0 transparent;
border: medium none;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
padding: 0;
white-space: pre-wrap;
word-wrap: break-word;
}
#task-details .title pre {
border: 0 none !important;
display: block;
margin: 0;
outline: 0 none;
padding: 0 !important;
visibility: hidden;
}
#task-details .title textarea {
margin: 0;
border-radius: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
resize: none;
top: 0;
width: 100%;
}
#task-details .title .expandable-container {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #AAAAAA;
margin: -1px -4px -1px -7px;
padding: 0 5px;
}
#task-details .title .expandable-container .expandingArea {
position: relative;
}
#task-details .body {
bottom: 36px;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 55px;
}
#task-details .body .note {
background: -webkit-linear-gradient(top, #dee2d0 1px, transparent 1px) repeat scroll 0 0 / 100% 26px #f8f5db;
background: -moz-linear-gradient(center top, #dee2d0 1px, transparent 1px) repeat scroll 0 0 / 100% 26px #f8f5db;
background: -ms-linear-gradient(center top, #dee2d0 1px, transparent 1px) repeat scroll 0 0 / 100% 26px #f8f5db;
background: -o-linear-gradient(center top, #dee2d0 1px, transparent 1px) repeat scroll 0 0 / 100% 26px #f8f5db;
background: linear-gradient(top, #dee2d0 1px, transparent 1px) repeat scroll 0 0 / 100% 26px #f8f5db;
background-color: #f8f5db;
border: 1px solid #CFCFCF;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 #f8f5db inset;
font-size: 13px;
line-height: 26px;
margin: 20px;
padding: 8px 15px;
cursor: text;
}
#task-details .body .note .expandingArea {
position: relative;
margin-left: -1px;
}
#task-details .body .note .expandingArea textarea,
#task-details .body .note .expandingArea pre {
box-shadow: none;
background: none repeat scroll 0 0 transparent;
border: medium none;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 13px;
line-height: 26px;
padding: 0;
white-space: pre-wrap;
word-wrap: break-word;
}
#task-details .body .note .expandingArea pre {
border: 0 none !important;
display: block;
margin: 0;
outline: 0 none;
padding: 0 !important;
visibility: hidden;
}
#task-details .body .note .expandingArea textarea {
margin: 0;
border-radius: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
resize: none;
top: 0;
width: 100%;
color: #423E3E;
font-weight: 500;
outline: medium none;
}
#task-details .body .note .note-body,
#task-details .body .note .note-edit {
cursor: text;
min-height: 140px;
word-wrap: break-word;
}
#task-details .body .note .note-body a,
#task-details .body .note .note-edit a {
cursor: text;
}
#task-details .body .note .note-body .content-fakeable,
#task-details .body .note .note-edit .content-fakeable,
#task-details .body .note .note-body .edit-view,
#task-details .body .note .note-edit .edit-view,
#task-details .body .note .note-body .display-view,
#task-details .body .note .note-edit .display-view {
cursor: text !important;
}
#task-details .body .note .note-body .display-view,
#task-details .body .note .note-edit .display-view {
white-space: pre-wrap;
}
#task-details .body .note .open-fullscreen-note {
margin-top: -2px;
padding-bottom: 10px;
padding-left: 10px;
position: absolute;
right: 23px;
z-index: 9999;
}
#task-details .body .subtasks {
background: none repeat scroll 0 0 white;
border: 1px solid #C9C8BD;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
margin: 20px;
position: relative;
}
#task-details .body .subtasks.buffer {
padding-bottom: 32px;
}
#task-details .body .section {
background: url("%appswebroot%/tasks_enhanced/img/divider.svg") repeat-x scroll center bottom transparent;
height: 28px;
padding: 9px 20px 9px 55px;
position: relative;
text-shadow: 0 1px 0 white;
}
#task-details .body .section input {
-moz-box-sizing: border-box;
background: none repeat scroll 0 0 white;
border: 1px solid #BDBCBB;
border-radius: 0;
margin-top: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
color: #423E3E;
font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
font-size: 13px;
font-weight: 500;
outline: medium none;
padding: 4px;
transition: all 0.2s ease-in-out 0s;
}
#task-details .body .section input.focus {
background-color: #F8F8F8;
border: 1px solid rgba(43, 136, 217, 0.65);
box-shadow: 0 0 4px rgba(43, 136, 217, 0.32), 0 1px 1px rgba(255, 255, 255, 0.43), 0 2px 4px rgba(43, 136, 217, 0.12) inset, 0 0 4px rgba(43, 136, 217, 0.2) inset;
}
#task-details .body .section .icon {
left: 16px;
position: absolute;
top: 13px;
}
#task-details .body .section .icon.detail-delete {
display: none;
left: auto;
right: 22px;
}
#task-details .body .section .icon.detail-delete:hover {
opacity: 0.8;
}
#task-details .body .section .icon.detail-save {
display: none;
left: auto;
right: 40px;
}
#task-details .body .section .icon.detail-date {
background-position: -220px 0;
}
#task-details .body .section .section-title {
color: #9FA2A6;
font-weight: bold;
margin-top: 3px;
}
#task-details .body .section.date.editing .icon.detail-save {
display: inline-block;
}
#task-details .body .section.date.editing .icon.detail-delete {
display: block;
}
#task-details .body .section.date .icon.detail-date {
background-position: -220px -40px;
}
#task-details .body .section.date .icon.detail-date.overdue {
background-position: -220px -60px;
}
#task-details .body .section.date .icon.detail-reminder {
background-position: -40px -60px;
}
#task-details .body .section.date .icon.detail-reminder.overdue {
background-position: -40px -80px;
}
#task-details .body .section.date:hover .icon.detail-delete {
display: block;
}
#task-details .body .section.date .section-title {
color: #4271A6;
}
#task-details .body .section.date .section-title.overdue {
color: #B3312D;
}
#task-details .body .section.date .section-title.repeat {
margin-top: -2px;
}
#task-details .body .section .section-description {
display: none;
font-size: 11px;
margin-top: -6px;
}
#task-details .body .section .section-description.repeat {
display: block;
}
input,
textarea {
-moz-user-select: text;
}
#content a:hover .icon.detail-trash {
opacity: 1;
}
#content a:hover .icon.search {
opacity: 1;
}
#content a:hover .icon.detail-delete {
opacity: 0.8;
}
#content a:hover .icon.detail-close {
opacity: 1;
}
#content a:hover .icon.input-date {
opacity: 0.8;
}
#content a:hover .icon.input-star {
opacity: 1;
}
.ui-widget-content {
background: none repeat scroll 0 0 #F9F9F9;
border-radius: 4px 4px 4px 4px;
color: #423E3E;
display: none;
max-width: 304px;
min-height: 15px;
min-width: 150px;
z-index: 1000;
}
.ui-widget-content {
border: none;
}
.ui-datepicker {
padding: 8px;
width: 185px;
}
.ui-datepicker .ui-widget-header {
background: none repeat scroll 0 0 transparent;
border: none;
color: #423E3E;
font-weight: 600;
font-size: 12px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
right: 2px;
top: 2px;
background: none;
border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
top: 2px;
background: none;
border: none;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
margin-left: -4px;
margin-top: -4px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
background-image: url("%appswebroot%/tasks_enhanced/img/sprites.svg");
background-position: -20px -60px;
height: 10px;
width: 10px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
background-image: url("%appswebroot%/tasks_enhanced/img/sprites.svg");
background-position: -30px -60px;
height: 10px;
width: 10px;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
color: #423E3E;
background: none repeat scroll 0 0 #F8F8F8;
border: none;
font-weight: bold;
}
.ui-datepicker .ui-state-default.hover,
.ui-datepicker .ui-widget-content .ui-state-default.hover,
.ui-datepicker .ui-widget-header .ui-state-default.hover {
border: none;
}
.ui-datepicker table {
width: 100%;
}
.ui-datepicker table thead th {
color: #A3A3A3;
font-size: 9px;
height: auto;
padding: 4px 0;
text-align: center;
text-transform: uppercase;
}
.ui-datepicker table tr {
line-height: 15px;
}
.ui-datepicker table tr:hover {
background: none repeat scroll 0 0 transparent;
}
.ui-datepicker table td {
width: 14%;
padding: 0;
}
.ui-datepicker table td.ui-datepicker-today a {
color: #2289DA;
}
.ui-datepicker table td.selected a {
background: -moz-linear-gradient(center top, #33a3ef, #168ad4) repeat scroll 0 0 transparent !important;
border-radius: 3px 3px 3px 3px;
color: white;
opacity: 1;
position: relative;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.ui-datepicker table a.ui-state-default {
background: none repeat scroll 0 0 transparent;
color: #737272;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
display: block;
font-size: 12px;
font-weight: 500;
padding: 2px 0;
margin: 1px;
text-align: center;
}
.ui-datepicker table a.ui-state-default:hover {
background: none repeat scroll 0 0 #EAEAEA;
}
.popover {
background: none repeat scroll 0 0 #F9F9F9;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
color: #423E3E;
display: none;
max-width: 304px;
min-height: 15px;
min-width: 150px;
position: absolute;
z-index: 1000;
margin-top: 9px;
}
.popover .arrow {
border-color: transparent transparent #F9F9F9;
left: 50%;
margin-left: -12px;
top: -24px;
border-style: solid;
border-width: 12px;
height: 0;
position: absolute;
width: 0;
z-index: 100;
}
.popover:after {
border-bottom: 9px solid #F9F9F9;
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
left: 46%;
position: absolute;
top: -9px;
}
.popover:before {
border-bottom: 9px solid rgba(0, 0, 0, 0.2);
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
left: 46%;
position: absolute;
top: -9px;
}
li.ui-draggable-dragging {
width: 300px;
}
li.ui-draggable-dragging .duedate {
display: none;
}
.animate-enter,
.animate-leave {
-webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
-moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
-ms-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
-o-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
position: relative;
display: block;
}
.animate-enter.animate-enter-active,
.animate-leave {
opacity: 1;
height: 37px !important;
}
.animate-leave.animate-leave-active,
.animate-enter {
opacity: 0;
height: 0px !important;
}