|
9 | 9 | text-align: center; |
10 | 10 | padding: 16px 14px; |
11 | 11 | gap: 10px; |
| 12 | + user-select: none; |
| 13 | + -webkit-user-select: none; |
12 | 14 | } |
13 | 15 |
|
14 | 16 | .acp-pane-empty-actions { |
|
22 | 24 |
|
23 | 25 | .acp-pane-empty-action { |
24 | 26 | background: rgba(255, 255, 255, 0.03); |
25 | | - border: 1px solid rgba(255, 255, 255, 0.12); |
26 | | - color: var(--text-color, #cfd3d8); |
27 | 27 | cursor: pointer; |
28 | 28 | font-size: 12px; |
29 | 29 | font-weight: 450; |
30 | 30 | padding: 7px 12px; |
31 | | - border-radius: 12px; |
| 31 | + border-radius: 8px; |
32 | 32 | transition: background-color 0.2s, color 0.2s, border-color 0.2s; |
33 | 33 | line-height: 1.1; |
34 | 34 | max-width: 100%; |
|
47 | 47 | width: min(720px, 100%); |
48 | 48 | margin: 0 auto; |
49 | 49 | padding: 10px 0 0; |
50 | | - border-top: 1px solid rgba(255, 255, 255, 0.1); |
51 | 50 | } |
52 | 51 |
|
53 | 52 | .acp-pane-opened-agents-title { |
|
107 | 106 | width: min(720px, 100%); |
108 | 107 | margin: 0 auto; |
109 | 108 | padding: 10px 0 0; |
110 | | - border-top: 1px solid rgba(255, 255, 255, 0.08); |
111 | 109 | } |
112 | 110 |
|
113 | 111 | .acp-pane-start-agents-title { |
| 112 | + color: #8f8f8f; |
| 113 | + text-transform: uppercase; |
114 | 114 | font-size: 12px; |
115 | | - color: #c8ccd2; |
| 115 | + letter-spacing: 0.08em; |
116 | 116 | margin-bottom: 6px; |
117 | | - letter-spacing: 0.01em; |
118 | | - font-weight: 500; |
119 | 117 | } |
120 | 118 |
|
121 | 119 | .acp-pane-settings-btn { |
122 | | - border: 1px solid rgba(149, 191, 255, 0.35); |
123 | | - background: rgba(149, 191, 255, 0.08); |
124 | | - color: #b8d6ff; |
| 120 | + border: 1px solid rgba(255, 255, 255, 0.12); |
| 121 | + background: rgba(255, 255, 255, 0.03); |
| 122 | + color: var(--text-color, #cfd3d8); |
125 | 123 | font-size: 12px; |
126 | 124 | line-height: 1; |
127 | 125 | padding: 7px 12px; |
128 | 126 | border-radius: 10px; |
129 | 127 | cursor: pointer; |
| 128 | + transition: background-color 0.2s, color 0.2s, border-color 0.2s; |
130 | 129 | } |
131 | 130 |
|
132 | 131 | .acp-pane-settings-btn:hover { |
133 | | - color: #d3e6ff; |
134 | | - border-color: rgba(149, 191, 255, 0.55); |
135 | | - background: rgba(149, 191, 255, 0.16); |
| 132 | + background-color: rgba(255, 255, 255, 0.08); |
| 133 | + border-color: rgba(255, 255, 255, 0.22); |
| 134 | + color: #ffffff; |
136 | 135 | } |
137 | 136 |
|
138 | 137 | .acp-pane-settings-wrap { |
139 | 138 | margin-top: 10px; |
140 | 139 | padding-top: 10px; |
141 | | - border-top: 1px solid rgba(255, 255, 255, 0.08); |
142 | 140 | display: flex; |
143 | 141 | justify-content: center; |
144 | 142 | } |
|
0 commit comments