Subversion Repositories SmartDukaan

Rev

Rev 36621 | Rev 36650 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36621 Rev 36632
Line 296... Line 296...
296
 
296
 
297
		.cal-chip.completed {
297
		.cal-chip.completed {
298
			opacity: 0.4;
298
			opacity: 0.4;
299
		}
299
		}
300
 
300
 
-
 
301
        .cal-chip-remove {
-
 
302
            margin-left: 4px;
-
 
303
            cursor: pointer;
-
 
304
            font-weight: 700;
-
 
305
            font-size: 11px;
-
 
306
            opacity: 0.7;
-
 
307
        }
-
 
308
 
-
 
309
        .cal-chip-remove:hover {
-
 
310
            opacity: 1;
-
 
311
            color: #fca5a5;
-
 
312
        }
-
 
313
 
-
 
314
        .cal-grid td.past {
-
 
315
            background: #0c1222 !important;
-
 
316
            color: #334155 !important;
-
 
317
            cursor: not-allowed !important;
-
 
318
        }
-
 
319
 
-
 
320
        .cal-grid td.past .cal-date {
-
 
321
            color: #334155;
-
 
322
        }
-
 
323
 
-
 
324
        .cal-grid td.sunday {
-
 
325
            background: #1a1a2e;
-
 
326
        }
-
 
327
 
-
 
328
        .cal-grid td.sunday .cal-date {
-
 
329
            color: #ef4444;
-
 
330
        }
-
 
331
 
301
		.cal-holiday-label {
332
		.cal-holiday-label {
302
			font-size: 9px;
333
			font-size: 9px;
303
			color: #fbbf24;
334
			color: #fbbf24;
304
		}
335
		}
305
 
336
 
Line 549... Line 580...
549
			padding: 8px;
580
			padding: 8px;
550
			min-width: 200px;
581
			min-width: 200px;
551
		}
582
		}
552
 
583
 
553
		.marker-popup h4 {
584
		.marker-popup h4 {
554
			font-size: 13px;
585
            font-size: 14px;
-
 
586
            font-weight: 700;
-
 
587
            color: #1e293b;
555
			margin-bottom: 4px;
588
            margin-bottom: 6px;
556
		}
589
		}
557
 
590
 
558
		.marker-popup .popup-meta {
591
		.marker-popup .popup-meta {
559
			font-size: 11px;
592
			font-size: 11px;
560
			color: #666;
593
			color: #666;
Line 683... Line 716...
683
				<div class="progress-wrap">
716
				<div class="progress-wrap">
684
					<div class="progress-fill" id="bb-progress" style="width:0%;background:#22c55e;"></div>
717
					<div class="progress-fill" id="bb-progress" style="width:0%;background:#22c55e;"></div>
685
				</div>
718
				</div>
686
			</div>
719
			</div>
687
			<div class="action-btns">
720
			<div class="action-btns">
688
				<button class="btn-end-day" id="btn-end-day">End Day</button>
-
 
689
				<button class="btn-finish" id="btn-finish">Finish Plan</button>
721
				<button class="btn-finish" id="btn-finish">Finish Plan</button>
690
			</div>
722
			</div>
691
		</div>
723
		</div>
692
 
724
 
693
		<!-- Calendar Grid (overlays map when calendar tab active) -->
725
		<!-- Calendar Grid (overlays map when calendar tab active) -->