[FIX] daterange selector dialog
[cds-indico.git] / indico / htdocs / css / jquery-ui-custom.css
blobab78888c7fff589f49ae375a62006d80de4d486b
1 /* make "today" less prominent */
2 .ui-datepicker-today .ui-state-highlight {
3 background: none !important;
6 /* ensure daterange selectors are large enough to prevent wrapping */
7 .ui-daterange {
8 width: 37em;
11 .ui-dialog-content .ui-daterange {
12 width: 100%;
15 .ui-dialog {
16 width: auto !important;
19 .ui-widget-content a {
20 color: #0b63a5;
23 .ui-widget-content a:hover {
24 color: #e25300;
27 /* Indico styled tooltips USED WITH qTip2 */
29 .ui-tooltip-default .ui-tooltip-content {
30 border: solid 1px #888;
31 color: #222;
32 background-color: #F0F0F0;
33 font-size: 11px;
34 padding: 2px;