visuddhinanda 4 лет назад
Родитель
Сommit
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;
+}