~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/jquery-ui.multidatespicker.css

  • Committer: franku
  • Author(s): trimard
  • Date: 2018-02-17 10:52:15 UTC
  • mfrom: (478.1.16 module_scheduling)
  • Revision ID: somal@arcor.de-20180217105215-8luihqojg51ipu6j
merged the scheduling module by trimard

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* jQuery UI Datepicker moving pixels fix */
 
2
table.ui-datepicker-calendar {
 
3
        border-collapse: separate;
 
4
}
 
5
.ui-datepicker-calendar td {
 
6
        border: 1px solid transparent;
 
7
}
 
8
 
 
9
/* jQuery UI Datepicker hide datepicker helper */
 
10
#ui-datepicker-div {
 
11
        display:none !important; 
 
12
}
 
13
 
 
14
/* jQuery UI Datepicker emphasis on selected dates */
 
15
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
 
16
        background: #743620 none;
 
17
        color: white;
 
18
}
 
 
b'\\ No newline at end of file'