mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
move Style for topbar Invite-Page to style.css with same settings for later customizing
This commit is contained in:
parent
2e4288cda0
commit
9aec0c26f3
2 changed files with 7 additions and 1 deletions
|
@ -116,6 +116,12 @@ body {
|
|||
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
|
||||
}
|
||||
|
||||
.AgentInviteMasthead {
|
||||
background:url(logo.png) 0px 0px;
|
||||
background-color:#036;
|
||||
background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue