From 050ebba03b283ae81404a44e63335b8f698ebcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Tue, 21 Jan 2025 10:06:11 +0100 Subject: [PATCH] =?UTF-8?q?Nepou=C5=BE=C3=ADvan=C3=A1=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- korektury/static/korektury/opraf.css | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/korektury/static/korektury/opraf.css b/korektury/static/korektury/opraf.css index e1a22889..eb3afd41 100644 --- a/korektury/static/korektury/opraf.css +++ b/korektury/static/korektury/opraf.css @@ -122,26 +122,14 @@ form { .oprava button, -.oprava img, -.box-done button, -.box-done img, -.box-ready button, -.box-ready img, -.box-wontfix button, -.box-wontfix img{ +.oprava img { border: 1px solid white; background-color:transparent; margin:0; padding: 1px; } .oprava button:hover, -.oprava img:hover, -.box-done img:hover, -.box-done button:hover, -.box-ready img:hover, -.box-ready button:hover, -.box-wontfix img:hover, -.box-wontfix button:hover{ +.oprava img:hover { border: 1px solid black; }