Ještě jedno uhlazení CSS korekturovátka
This commit is contained in:
		
							parent
							
								
									1ff69f943e
								
							
						
					
					
						commit
						ce2d183446
					
				
					 1 changed files with 8 additions and 17 deletions
				
			
		|  | @ -58,10 +58,9 @@ img{background:white;} | ||||||
| .pointer-hi,  | .pointer-hi,  | ||||||
| .pointer{  | .pointer{  | ||||||
| 	position:absolute; | 	position:absolute; | ||||||
| 	/*border-bottom-left-radius: 10px; */ | 	border-bottom-left-radius: 10px; | ||||||
| 	border-left: 2px solid yellow; | 	border-left: 2px solid rgb(var(--rgb),var(--alpha)); | ||||||
| 	border-bottom: 2px solid yellow; | 	border-bottom: 2px solid rgb(var(--rgb),var(--alpha)); | ||||||
| 	border-color: rgb(var(--rgb),var(--alpha)); |  | ||||||
| 	pointer-events: none; | 	pointer-events: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -80,16 +79,14 @@ img{background:white;} | ||||||
| .oprava { | .oprava { | ||||||
| 	margin: 1px; | 	margin: 1px; | ||||||
| 	background-color: white; | 	background-color: white; | ||||||
| 	width:300px; | 	width: 300px; | ||||||
| 	/*position:absolute;*/ |  | ||||||
| 	padding: 3px; | 	padding: 3px; | ||||||
| 	border: 2px solid black; | 	border: 2px solid rgb(var(--rgb)); | ||||||
| 	border-radius: 10px; | 	border-radius: 10px; | ||||||
| 	border-color: rgb(var(--rgb)); |  | ||||||
| 
 | 
 | ||||||
| 	&:hover { | 	&:hover { | ||||||
| 		border-width:3px; | 		border-width:3px; | ||||||
| 		margin: 0px; | 		margin: 0; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	button, img { | 	button, img { | ||||||
|  | @ -124,24 +121,18 @@ form { | ||||||
| 
 | 
 | ||||||
| .imgdiv { | .imgdiv { | ||||||
| 	position:relative; | 	position:relative; | ||||||
| 	left:0px; | 	left:0; | ||||||
| 	top:0px; | 	top:0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* Přidávání korektury / úprava komentáře */ | /* Přidávání korektury / úprava komentáře */ | ||||||
| #commform-div { | #commform-div { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	background-color: white; | 	background-color: white; | ||||||
| 	border: 1px solid; |  | ||||||
| 	padding: 3px; | 	padding: 3px; | ||||||
| 	/* |  | ||||||
| 	width: 310; |  | ||||||
| 	height: 220; |  | ||||||
| 	*/ |  | ||||||
| 	z-index: 10; | 	z-index: 10; | ||||||
| 	border: 4px solid red; | 	border: 4px solid red; | ||||||
| 	border-radius: 10px; | 	border-radius: 10px; | ||||||
| 	background-color: white; |  | ||||||
| 	opacity: 80%; | 	opacity: 80%; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue