diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-03-20 17:33:43 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-03-20 17:33:43 -0700 |
| commit | 2afbcf4e7d000d99fdbc582d7113684ee00e80cc (patch) | |
| tree | 6ba3313b78625735fb295e3d375e59054c31e558 /public/javascripts/themes/default/datebox.css | |
first
Diffstat (limited to 'public/javascripts/themes/default/datebox.css')
| -rw-r--r-- | public/javascripts/themes/default/datebox.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/public/javascripts/themes/default/datebox.css b/public/javascripts/themes/default/datebox.css new file mode 100644 index 0000000..fa30f2c --- /dev/null +++ b/public/javascripts/themes/default/datebox.css @@ -0,0 +1,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: #F4F4F4; +} +.datebox-current, +.datebox-close, +.datebox-ok { + color: #444; +} |
