fixed new bug with button theming and borders
This commit is contained in:
parent
06e4734b05
commit
6b6391635e
|
@ -25,17 +25,23 @@
|
||||||
.fc-button {
|
.fc-button {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-state-default { /* non-theme */
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 0;
|
border-width: 1px 0;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-button-inner {
|
.fc-button-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-state-default .fc-button-inner { /* non-theme */
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-button-content {
|
.fc-button-content {
|
||||||
|
|
Loading…
Reference in a new issue