From 6b6391635ec83542e26ce404c87650ac724efd6a Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Thu, 10 Feb 2011 22:41:00 -0800 Subject: [PATCH] fixed new bug with button theming and borders --- src/common/common.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/common/common.css b/src/common/common.css index 92a3bfe..f896291 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -25,17 +25,23 @@ .fc-button { position: relative; display: inline-block; + cursor: pointer; + } + +.fc-state-default { /* non-theme */ border-style: solid; border-width: 1px 0; - cursor: pointer; } .fc-button-inner { position: relative; float: left; + overflow: hidden; + } + +.fc-state-default .fc-button-inner { /* non-theme */ border-style: solid; border-width: 0 1px; - overflow: hidden; } .fc-button-content {