Skip to content

Commit

Permalink
fixed new bug with button theming and borders
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 11, 2011
1 parent 06e4734 commit 6b63916
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/common/common.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 6b63916

Please sign in to comment.