소스 검색

发送状态

visuddhinanda 5 년 전
부모
커밋
e511fdc4e1
1개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 23 0
      app/term/term.css

+ 23 - 0
app/term/term.css

@@ -868,3 +868,26 @@ span.keybutton {
 span.tran_sent {
 	display: block;
 }
+
+.icon_sent_send_status {
+	display: none;
+	width: auto;
+	min-width: 14px;
+	height: auto;
+	min-height: 14px;
+	background-repeat: no-repeat;
+	background-size: contain;
+	margin: 0 6px;
+}
+.loading .icon_sent_send_status {
+	display: inline-block;
+	background: url(waiting.svg);
+	fill: #6baaff;
+}
+
+.error .icon_sent_send_status {
+	display: inline-block;
+	background: url(error.svg);
+	fill: red;
+	cursor: pointer;
+}