mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 08:38:29 +02:00
Fixed
This commit is contained in:
parent
9ca0b3907c
commit
b2d9c13c51
1 changed files with 3 additions and 2 deletions
|
@ -184,11 +184,12 @@
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-right-radius: 25px;
|
border-bottom-right-radius: 25px;
|
||||||
border-bottom-left-radius: 25px;
|
border-bottom-left-radius: 25px;
|
||||||
border-top: 1px solid #f4f4f4;
|
border-top: 1px solid transparent;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #f6f6f6;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Search Bar Start Here */
|
/* Search Bar Start Here */
|
||||||
.wrap {
|
.wrap {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue