From 2afbcf4e7d000d99fdbc582d7113684ee00e80cc Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 20 Mar 2015 17:33:43 -0700 Subject: first --- public/javascripts/themes/metro/datebox.css | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 public/javascripts/themes/metro/datebox.css (limited to 'public/javascripts/themes/metro/datebox.css') diff --git a/public/javascripts/themes/metro/datebox.css b/public/javascripts/themes/metro/datebox.css new file mode 100644 index 0000000..1375b94 --- /dev/null +++ b/public/javascripts/themes/metro/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: #fff; +} +.datebox-current, +.datebox-close, +.datebox-ok { + color: #777; +} -- cgit v1.2.3-70-g09d2