From 8d2d0b0d64933b44377ddd6a39cb67c199260eaa Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 24 Jul 2023 08:06:34 +0300 Subject: [PATCH] fix send update button --- static/styles/main.css | 4 ++-- static/templates/devices/drivers.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/main.css b/static/styles/main.css index e0c42ee..c374ec2 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -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); } diff --git a/static/templates/devices/drivers.html b/static/templates/devices/drivers.html index cc6abf2..4bafed0 100644 --- a/static/templates/devices/drivers.html +++ b/static/templates/devices/drivers.html @@ -101,7 +101,7 @@ --> - +