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{  | ||||
| 	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; | ||||
| } | ||||
| 
 | ||||
|  | @ -81,15 +80,13 @@ img{background:white;} | |||
| 	margin: 1px; | ||||
| 	background-color: white; | ||||
| 	width: 300px; | ||||
| 	/*position:absolute;*/ | ||||
| 	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%; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue