返回 DeepSeek-Reasonix
AuthenticationRecoveryActions.css
根目录 / desktop / frontend / src / components / AuthenticationRecoveryActions.css
1 .composer-toolbar-send__configure {
2 border: 0;
3 padding: 0;
4 background: transparent;
5 color: var(--accent);
6 font: inherit;
7 font-size: var(--text-xs);
8 cursor: pointer;
9 }
10
11 .composer-toolbar-send__configure:hover {
12 text-decoration: underline;
13 }
14
14 lines CSS