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%; }