mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
patch: Update
add css and plan price to user billing
This commit is contained in:
parent
c8d5861f2e
commit
226ed41075
2 changed files with 18 additions and 0 deletions
|
@ -752,6 +752,23 @@
|
|||
.dark-mode .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
|
||||
background-color: #1a202c;
|
||||
}
|
||||
|
||||
.dark-mode .ticket-container {
|
||||
background-color: #222020;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #ddd;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.dark-mode .ticket-label {
|
||||
flex: 0 0 150px;
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
margin-right: -59px;
|
||||
}
|
||||
</style>
|
||||
|
||||
{if isset($xheader)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue