41 lines
No EOL
755 B
CSS
41 lines
No EOL
755 B
CSS
#travelers-select .ui-selecting {
|
|
background: #22AB79;
|
|
}
|
|
#travelers-select .ui-selected {
|
|
background: #3BC492;
|
|
color: white;
|
|
}
|
|
#travelers-select {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
#travelers-select li {
|
|
margin: 3px;
|
|
padding: 1px;
|
|
float: left;
|
|
width: 100px;
|
|
height: 60px;
|
|
font-size: 1em;
|
|
text-align: center;
|
|
border: 1px dashed;
|
|
}
|
|
|
|
#time-range {
|
|
border:0;
|
|
color:#3BC492;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#pin-filter-action-panel {
|
|
clear: both;
|
|
float: left;
|
|
display: block;
|
|
position: relative;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#pin-filter-action-panel a { color:white; }
|
|
#pin-filter-action-panel p { margin-bottom: 0; }
|
|
#time-range-slider { margin-bottom: 2em; } |