mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-28 22:08:09 +02:00
fix border-radius
This commit is contained in:
parent
1d5341cdfe
commit
9e917536c0
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 25px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue