fix send update button
This commit is contained in:
parent
d808c8aa5e
commit
8d2d0b0d64
@ -445,7 +445,7 @@ header h2 span {
|
|||||||
background-color: #8086f9;
|
background-color: #8086f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.organisation button {
|
.organisation .addDriver {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -462,7 +462,7 @@ header h2 span {
|
|||||||
left: 35px;
|
left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.organisation button:hover {
|
.organisation .addDriver:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.05);
|
background-color: rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
</li> -->
|
</li> -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<button onclick="openNew()">Добавить водителя</button>
|
<button class="addDriver" onclick="openNew()">Добавить водителя</button>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user