From ce2d183446ce273e139a75398bd562166ece8458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Tue, 21 Jan 2025 10:23:48 +0100 Subject: [PATCH] =?UTF-8?q?Je=C5=A1t=C4=9B=20jedno=20uhlazen=C3=AD=20CSS?= =?UTF-8?q?=20korekturov=C3=A1tka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- korektury/static/korektury/opraf.css | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/korektury/static/korektury/opraf.css b/korektury/static/korektury/opraf.css index c72893ce..bbe68ddb 100644 --- a/korektury/static/korektury/opraf.css +++ b/korektury/static/korektury/opraf.css @@ -58,10 +58,9 @@ img{background:white;} .pointer-hi, .pointer{ position:absolute; - /*border-bottom-left-radius: 10px; */ - border-left: 2px solid yellow; - border-bottom: 2px solid yellow; - border-color: rgb(var(--rgb),var(--alpha)); + border-bottom-left-radius: 10px; + border-left: 2px solid rgb(var(--rgb),var(--alpha)); + border-bottom: 2px solid rgb(var(--rgb),var(--alpha)); pointer-events: none; } @@ -80,16 +79,14 @@ img{background:white;} .oprava { margin: 1px; background-color: white; - width:300px; - /*position:absolute;*/ + width: 300px; padding: 3px; - border: 2px solid black; + border: 2px solid rgb(var(--rgb)); border-radius: 10px; - border-color: rgb(var(--rgb)); &:hover { border-width:3px; - margin: 0px; + margin: 0; } button, img { @@ -124,24 +121,18 @@ form { .imgdiv { position:relative; - left:0px; - top:0px; + left:0; + top:0; } /* Přidávání korektury / úprava komentáře */ #commform-div { position: absolute; background-color: white; - border: 1px solid; padding: 3px; - /* - width: 310; - height: 220; - */ z-index: 10; border: 4px solid red; border-radius: 10px; - background-color: white; opacity: 80%; }