Ještě jedno uhlazení CSS korekturovátka

This commit is contained in:
Jonas Havelka 2025-01-21 10:23:48 +01:00
parent 1ff69f943e
commit ce2d183446

View file

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