mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +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;
|
||||
background-color: inherit;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom-right-radius: 15px;
|
||||
border-bottom-left-radius: 15px;
|
||||
border-bottom-right-radius: 25px;
|
||||
border-bottom-left-radius: 25px;
|
||||
}
|
||||
|
||||
.box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue