fix send update button

This commit is contained in:
Ivan 2023-07-24 08:06:34 +03:00
parent d808c8aa5e
commit 8d2d0b0d64
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583
2 changed files with 3 additions and 3 deletions

View File

@ -445,7 +445,7 @@ header h2 span {
background-color: #8086f9;
}
.organisation button {
.organisation .addDriver {
position: absolute;
width: fit-content;
text-decoration: none;
@ -462,7 +462,7 @@ header h2 span {
left: 35px;
}
.organisation button:hover {
.organisation .addDriver:hover {
background-color: rgba(0, 0, 0, 0.05);
}

View File

@ -101,7 +101,7 @@
</li> -->
</ul>
<button onclick="openNew()">Добавить водителя</button>
<button class="addDriver" onclick="openNew()">Добавить водителя</button>
</section>