Explorar o código

visualize resiszer (#28264)

ycw hai 1 ano
pai
achega
cb24e42a65
Modificáronse 1 ficheiros con 13 adicións e 2 borrados
  1. 13 2
      editor/css/main.css

+ 13 - 2
editor/css/main.css

@@ -297,13 +297,24 @@ select {
 #resizer {
 #resizer {
 	position: absolute;
 	position: absolute;
 	top: 32px;
 	top: 32px;
-	right: 345px;
+	right: 350px;
 	width: 5px;
 	width: 5px;
 	bottom: 0px;
 	bottom: 0px;
-	/* background-color: rgba(255,0,0,0.5); */
+	transform: translatex(2.5px);
 	cursor: col-resize;
 	cursor: col-resize;
 }
 }
 
 
+	#resizer:hover {
+		background-color: #08f8;
+		transition-property: background-color;
+		transition-delay: 0.1s;
+		transition-duration: 0.2s;
+	}
+
+	#resizer:active {
+		background-color: #08f;
+	}
+
 #viewport {
 #viewport {
 	position: absolute;
 	position: absolute;
 	top: 32px;
 	top: 32px;