diff --git a/conversations.php b/conversations.php index 25c1aa8..d334549 100644 --- a/conversations.php +++ b/conversations.php @@ -514,6 +514,17 @@ #mic-btn.recording { background: #c0392b; color: white; } #mic-btn i { font-size: 14px; } + /* Attach '+' style and menu */ + #attach-btn { background: transparent; border-radius: 6px; padding: 4px 10px; border: 1px solid transparent; font-weight:700; } + #attach-btn:hover { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.06); } + .attach-menu { background:#fff; border:1px solid #ddd; box-shadow:0 6px 18px rgba(0,0,0,0.08); border-radius:6px; padding:6px; display:none; position:absolute; z-index:1300; } + .attach-menu .attach-option { display:block; width:100%; text-align:left; padding:6px 10px; border:none; background:transparent; font-size:14px; } + .attach-menu .attach-option:hover { background:#f6f6f6; } + + /* Show mic in place of send when input is empty */ + #send-btn { display: inline-block; } + #mic-btn { display: none; } + .chat-conversations { background-repeat: repeat; background-color: #e9efe9; @@ -719,9 +730,9 @@
Cargando conversaciones...
- @@ -784,11 +795,15 @@ -
+
- +