| 123456789101112131415161718192021222324252627282930313233343536373839 |
- #todoCalendar {min-height: 300px; margin: 0;}
- #date {float: left; margin-right: 10px; margin-left: 0px;}
- #todoCalendar .event {padding-left: 20px;}
- .todo-list {list-style: none; padding-left: 0; margin: 20px 0 0 0;}
- .todo-list > li {margin: 10px 0; display: block;}
- .todo-list > li:last-child {margin-bottom: 0}
- #todoLists .todo-item {line-height: 24px; border: 1px solid #EEEEEE; padding-left: 5px; position: relative; display: block; font-size: 12px; color: #343434; overflow:hidden;white-space: nowrap;}
- #todoLists .todo-item[data-type="todo"] {padding-left: 25px;}
- #todoLists .todo-item:hover {text-decoration: unset; background-color: #f1f1f1; border-color: #ddd;}
- #todoLists .todo-item > .todo-check {position: absolute; left: 0; top: 0; width: 24px; height: 24px; line-height: 24px; text-align: center; color: #EBEBEB; font-size: 14px;}
- #todoLists .todo-item > .todo-check:hover {color: #ccc;}
- #todoLists .todo-list .active .todo-item > .todo-check {color: #00DA88;}
- #todoLists .todo-list .active .todo-item > .todo-check:hover {color: #00a768;}
- #todoLists .todo-item.drag-shadow {background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2);}
- #todoLists .todo-item.drag-shadow .todo-edit {opacity: 0!important;}
- #todoLists .todo-item .todo-edit {opacity: 0; position: absolute; width: 24px; height: 22px; line-height: 22px; text-align: center; right: 0; top: 1px; background: #fff; transition: opacity .2s;}
- #todoLists .todo-item:hover .todo-edit {opacity: 1;}
- .main-row .main-col + .side-col {padding-left: 10px;}
- ul.nav.nav-primary > li.active > a{background-color:#00a9fc; color:white;}
- .label-todo {line-height: 11px;}
- #todoLists .todoList {line-height: 24px; border: 1px solid #EEEEEE; padding-left: 5px; position: relative; display: block; font-size: 12px; color: #343434; overflow:hidden;white-space: nowrap;}
- #todoLists .todoList[data-type="todo"] {padding-left: 25px;}
- #sidebar {width: 275px;}
- #sidebar > .cell {width: 100%; left: 8px;}
- #sidebar > .sidebar-toggle {left: 3px; right: auto;}
- .hide-sidebar #sidebar > .cell {display: none;}
- .hide-sidebar #sidebar > .sidebar-toggle > .icon:before {content: "\e314";}
- .btn-group button.dropdown-toggle.btn-primary {padding: 6px !important;}
- .btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.2);}
- #switchButton {background: #fff !important;}
- .panel-actions {position: relative; padding: 0;}
- .panel-actions .btn-icon {padding-left: 7px;}
- .pull-left .btn-link:hover {background: unset;}
- .cell .nav>li>a:focus {background-color: unset;}
|