From f69452642f24b46e3d86308b9ce35dc96e5e2d5e Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Mon, 15 Dec 2014 13:00:36 -0800 Subject: [PATCH] Tweak carousel --- index.html | 11 ++++++----- index.md | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 5fc24e08..0eec1ca5 100644 --- a/index.html +++ b/index.html @@ -195,15 +195,16 @@

htmlwidgets for R

display: table; margin: 9px auto; } - .pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus { - color: #333; - } .pagination>li>a { - color: rgb(50, 140, 240); + color: rgb(50, 140, 240) !important; background-color: transparent !important; border-color: transparent !important; text-shadow: 1px 1px 3px rgba(140, 140, 140, 0.2); } + .pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus { + color: #FFF !important; + background-color: #2780e3 !important; + }