Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
497 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | .p-splitbutton {
|
---|
| 2 | display: inline-flex;
|
---|
| 3 | position: relative;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | .p-splitbutton .p-splitbutton-defaultbutton {
|
---|
| 7 | flex: 1 1 auto;
|
---|
| 8 | border-top-right-radius: 0;
|
---|
| 9 | border-bottom-right-radius: 0;
|
---|
| 10 | border-right: 0 none;
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | .p-splitbutton-menubutton {
|
---|
| 14 | display: flex;
|
---|
| 15 | align-items: center;
|
---|
| 16 | justify-content: center;
|
---|
| 17 | border-top-left-radius: 0;
|
---|
| 18 | border-bottom-left-radius: 0;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | .p-splitbutton .p-menu {
|
---|
| 22 | min-width: 100%;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | .p-fluid .p-splitbutton {
|
---|
| 26 | display: flex;
|
---|
| 27 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.