You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
524 B
CSS
30 lines
524 B
CSS
.ui-splitbutton {
|
|
position: relative;
|
|
display: inline-block;
|
|
zoom: 1;
|
|
}
|
|
|
|
.ui-splitbutton .ui-button.ui-splitbutton-menubutton {
|
|
width: 2em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.ui-splitbutton.ui-state-disabled button {
|
|
cursor: default;
|
|
}
|
|
|
|
.ui-fluid .ui-splitbutton {
|
|
width: 100%;
|
|
}
|
|
|
|
.ui-fluid .ui-splitbutton .ui-button:first-child {
|
|
width: calc(100% - 2em);
|
|
}
|
|
|
|
.ui-fluid .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
|
|
width: 2em;
|
|
}
|
|
|
|
.ui-splitbutton .ui-menuitem-link {
|
|
cursor: pointer;
|
|
} |