Skip to content

Commit db4912a

Browse files
committed
优化私聊文件的颜色
1 parent 77c332f commit db4912a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

client/css/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,14 +1283,12 @@ body {
12831283
box-sizing: border-box;
12841284
}
12851285

1286+
.bubble.private-message .file-meta,
1287+
.bubble.private-message .file-name{
1288+
color:#ffffff !important;
12861289

1287-
.bubble.private-message .file-message {
1288-
background: rgba(255, 248, 220, 0.95);
1289-
border: 1px solid rgba(255, 193, 7, 0.2);
1290-
box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
12911290
}
12921291

1293-
12941292
.bubble.private-message .file-message .file-download-btn {
12951293
background: linear-gradient(135deg, #ff9800, #ffb74d);
12961294
box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3);
@@ -1307,6 +1305,7 @@ body {
13071305

13081306
.bubble.private-message .file-message .file-status {
13091307
background: rgba(255, 152, 0, 0.05);
1308+
color: #ffffff !important;
13101309
}
13111310

13121311
/* File Upload Modal Styles */

0 commit comments

Comments
 (0)