From 14c82624f564cb19d20bbf65a249afbff26dc492 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Tue, 3 Feb 2015 13:45:16 -0500 Subject: [PATCH] New variables for shortcal today --- sass/cal.scss | 4 ++++ sass/variables.scss | 3 ++- style.css | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/cal.scss b/sass/cal.scss index a697644..ff454bc 100644 --- a/sass/cal.scss +++ b/sass/cal.scss @@ -84,6 +84,10 @@ // opacity so it'll "grey" out whatever the main text color is set to in future themes. opacity:.7; } + th.today{ + background: $uc-shortcal-today-bg; + color: $uc-shortcal-today-color; + } td { border-top-width:0; padding-top:0; diff --git a/sass/variables.scss b/sass/variables.scss index 77b72eb..67e7e57 100644 --- a/sass/variables.scss +++ b/sass/variables.scss @@ -182,7 +182,8 @@ $comment-top-border: #ccc !default; $comment-thread-odd: #f5f5f5 !default; - +$uc-shortcal-today-bg: #ccc !default; +$uc-shortcal-today-color: #000 !default; diff --git a/style.css b/style.css index db2d32d..5fa9d22 100644 --- a/style.css +++ b/style.css @@ -7779,6 +7779,10 @@ q:before, table q:after { font-weight: normal; opacity: .7; } +#events-table table tbody th.today { + background: #cccccc; + color: black; +} #events-table table tbody td { border-top-width: 0; padding-top: 0;