9 lines
156 B
CSS
9 lines
156 B
CSS
#timerange-selector {
|
|
background: #fff;
|
|
cursor: pointer;
|
|
padding: 6px;
|
|
margin-top:1em;
|
|
margin-bottom:1em;
|
|
border: 1px solid #ccc;
|
|
width: 100%;
|
|
} |