summaryrefslogtreecommitdiff
path: root/public/javascripts/themes/bootstrap/datebox.css
blob: 788f8a704a89d9315c9830fd8d23ebf478e10382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.datebox-calendar-inner {
  height: 180px;
}
.datebox-button {
  height: 18px;
  padding: 2px 5px;
  text-align: center;
}
.datebox-button a {
  font-size: 12px;
}
.datebox-current,
.datebox-close,
.datebox-ok {
  text-decoration: none;
  font-weight: bold;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.datebox-current,
.datebox-close {
  float: left;
}
.datebox-close {
  float: right;
}
.datebox-button-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.datebox .combo-arrow {
  background-image: url('images/datebox_arrow.png');
  background-position: center center;
}
.datebox-button {
  background-color: #F5F5F5;
}
.datebox-current,
.datebox-close,
.datebox-ok {
  color: #444;
}