Fixed #2673 - Dialog bottom has no border radius when footer does not exist

pull/2674/head
Tuğçe Küçükoğlu 2022-06-15 10:09:16 +03:00
parent ce13531e3b
commit 718a31c28c
43 changed files with 172 additions and 0 deletions

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1e1e1e; background: #1e1e1e;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1e1e1e; background: #1e1e1e;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1e1e1e; background: #1e1e1e;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1e1e1e; background: #1e1e1e;

View File

@ -4101,6 +4101,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #3f4b5b; border-top: 1px solid #3f4b5b;
background: #2a323d; background: #2a323d;

View File

@ -4101,6 +4101,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #3f4b5b; border-top: 1px solid #3f4b5b;
background: #2a323d; background: #2a323d;

View File

@ -4101,6 +4101,10 @@
color: #212529; color: #212529;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #e9ecef; border-top: 1px solid #e9ecef;
background: #ffffff; background: #ffffff;

View File

@ -4101,6 +4101,10 @@
color: #212529; color: #212529;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #e9ecef; border-top: 1px solid #e9ecef;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #323130; color: #323130;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #071426; background: #071426;

View File

@ -4064,6 +4064,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #071426; background: #071426;

View File

@ -4064,6 +4064,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #071426; background: #071426;

View File

@ -4064,6 +4064,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #071426; background: #071426;

View File

@ -4064,6 +4064,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4076,6 +4076,10 @@
color: #dedede; color: #dedede;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #191919; border-top: 1px solid #191919;
background: #323232; background: #323232;

View File

@ -4076,6 +4076,10 @@
color: #dedede; color: #dedede;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #191919; border-top: 1px solid #191919;
background: #323232; background: #323232;

View File

@ -4076,6 +4076,10 @@
color: #dedede; color: #dedede;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #191919; border-top: 1px solid #191919;
background: #323232; background: #323232;

View File

@ -4076,6 +4076,10 @@
color: #dedede; color: #dedede;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #191919; border-top: 1px solid #191919;
background: #323232; background: #323232;

View File

@ -4113,6 +4113,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 1.5rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #262626; background: #262626;

View File

@ -4113,6 +4113,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 1.5rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #262626; background: #262626;

View File

@ -4113,6 +4113,10 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
padding: 0 1.5rem 1.5rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4113,6 +4113,10 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
padding: 0 1.5rem 1.5rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4113,6 +4113,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.25rem 1.25rem 1.25rem; padding: 0 1.25rem 1.25rem 1.25rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #262626; background: #262626;

View File

@ -4113,6 +4113,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.25rem 1.25rem 1.25rem; padding: 0 1.25rem 1.25rem 1.25rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #262626; background: #262626;

View File

@ -4113,6 +4113,10 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
padding: 0 1.25rem 1.25rem 1.25rem; padding: 0 1.25rem 1.25rem 1.25rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4113,6 +4113,10 @@
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
padding: 0 1.25rem 1.25rem 1.25rem; padding: 0 1.25rem 1.25rem 1.25rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #333333; color: #333333;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #c8c8c8; border-top: 1px solid #c8c8c8;
background: #ffffff; background: #ffffff;

View File

@ -4076,6 +4076,10 @@
color: #333333; color: #333333;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #c8c8c8; border-top: 1px solid #c8c8c8;
background: #ffffff; background: #ffffff;

View File

@ -4076,6 +4076,10 @@
color: #333333; color: #333333;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #c8c8c8; border-top: 1px solid #c8c8c8;
background: #ffffff; background: #ffffff;

View File

@ -4076,6 +4076,10 @@
color: #333333; color: #333333;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #c8c8c8; border-top: 1px solid #c8c8c8;
background: #ffffff; background: #ffffff;

View File

@ -4064,6 +4064,10 @@
color: #666666; color: #666666;
padding: 1rem; padding: 1rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 1px solid #dadada; border-top: 1px solid #dadada;
background: #ffffff; background: #ffffff;

View File

@ -4089,6 +4089,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4089,6 +4089,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4089,6 +4089,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4089,6 +4089,10 @@
color: #495057; color: #495057;
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4124,6 +4124,10 @@
color: #3f3f46; color: #3f3f46;
padding: 0 1.5rem 1.5rem 1.5rem; padding: 0 1.5rem 1.5rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #ffffff; background: #ffffff;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1f2d40; background: #1f2d40;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1f2d40; background: #1f2d40;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1f2d40; background: #1f2d40;

View File

@ -4089,6 +4089,10 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
padding: 0 1.5rem 2rem 1.5rem; padding: 0 1.5rem 2rem 1.5rem;
} }
.p-dialog .p-dialog-content:last-of-type {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer { .p-dialog .p-dialog-footer {
border-top: 0 none; border-top: 0 none;
background: #1f2d40; background: #1f2d40;