/ftr-gwt-library-date/src/main/resources/eu/future/earth/gwt/public/FtrGwtDatePicker.css
CSS | 111 lines | 90 code | 21 blank | 0 comment | 0 complexity | c02ca893004467b28a0a817d0cda0d80 MD5 | raw file
Possible License(s): Apache-2.0
1.ftrgwtdatepicker-day { 2 padding: 0px; 3 width: 100%; 4 height: 100%; 5 background: #FFFFFF none repeat scroll 0%; 6 vertical-align: middle; 7 8 cursor: pointer; 9 border: 1px solid; 10 border-color: #FFFFFF; 11} 12 13 14 15 16.ftrgwtdatepicker-day:hover { 17 border: 1px solid; 18 border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) 19 rgb(232, 241, 255); 20} 21 22.ftrgwtdatepicker-day-today { 23 background: #557799 none repeat scroll 0% !important; 24 border-color: #224466 rgb(153, 187, 221) rgb(153, 187, 221) 25 rgb(34, 68, 102) !important; 26 border-style: solid !important; 27 border-width: 1px !important; 28 color: #FFFFFF; 29} 30 31.ftrgwtdatepicker-day-selected { 32 background: #C3D9FF none repeat scroll 0% !important; 33 border-color: #224466 rgb(153, 187, 221) rgb(153, 187, 221) 34 rgb(34, 68, 102) !important; 35 border-style: solid !important; 36 border-width: 1px !important; 37 color: #000000; 38} 39 40.ftrgwtdatepicker-day-label { 41 padding: 0px; 42 width: 100%; 43 height: 100%; 44 vertical-align: middle; 45 text-align: center; 46 cursor: pointer; 47} 48 49.ftrgwtdatepicker-day-data { 50 font-weight: bold !important; 51} 52 53.ftrgwtdatepicker-day-visible { 54 font-weight: bold !important; 55} 56 57.ftrgwtdatepicker-day-weekend { 58 background: #E8EEF7 none repeat scroll 0%; 59 border-style: solid !important; 60 border-width: 1px !important; 61} 62 63.ftrgwtdatepicker-day-other { 64 background: #d9dbdd none repeat scroll 0%; 65 border-style: solid !important; 66 border-width: 1px !important; 67 68 69} 70 71.ftrgwtdatepicker-day-disabled { 72 padding: 0px; 73 width: 100%; 74 height: 100%; 75 text-align: center; 76 vertical-align: middle; 77 border: 1px solid; 78 border-color: #d0e4f6; 79} 80 81.ftrgwtdatepicker-month { 82 text-align: center; 83 padding: 0; 84 margin: 0; 85 font-size : 85%; 86 width: 100%; 87 height: 100%; 88 background: #d0e4f6 none repeat scroll 0%; 89 90 font-size: 85%; 91} 92 93.ftrgwtdatepicker-month-select { 94 width: 100%; 95 height: 100%; 96} 97 98.ftrgwtdatepicker-month-nav { 99 font-size: 85%; 100 width: 100%; 101 height: 12px; 102 background: #d0e4f6 none repeat scroll 0%; 103 cursor: pointer; 104 color: #6a6a6b; 105 cursor: pointer; 106} 107 108.ftrgwtdatepicker-image-button { 109 cursor: pointer; 110} 111