fix send update button
This commit is contained in:
parent
d808c8aa5e
commit
8d2d0b0d64
@ -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);
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
||||
</li> -->
|
||||
</ul>
|
||||
|
||||
<button onclick="openNew()">Добавить водителя</button>
|
||||
<button class="addDriver" onclick="openNew()">Добавить водителя</button>
|
||||
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user