Skip to content

Commit 839fc98

Browse files
authored
Add files via upload
1 parent 59ad450 commit 839fc98

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

frontend/css/styles.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,52 @@ tr:last-child td {
30543054
color: var(--primary);
30553055
font-weight: 600;
30563056
}
3057+
.fav-tag-popover-divider {
3058+
height: 1px;
3059+
background: var(--border-light);
3060+
margin: 4px 0;
3061+
}
3062+
.fav-tag-custom-row {
3063+
display: flex;
3064+
gap: 4px;
3065+
padding: 2px 0;
3066+
}
3067+
.fav-tag-custom-input {
3068+
flex: 1;
3069+
min-width: 0;
3070+
padding: 4px 8px;
3071+
font-size: 11px;
3072+
border: 1px solid var(--border);
3073+
border-radius: 4px;
3074+
background: var(--bg);
3075+
color: var(--text);
3076+
outline: none;
3077+
}
3078+
.fav-tag-custom-input:focus {
3079+
border-color: var(--primary);
3080+
box-shadow: 0 0 0 2px var(--primary-light);
3081+
}
3082+
.fav-tag-custom-add {
3083+
display: inline-flex;
3084+
align-items: center;
3085+
justify-content: center;
3086+
width: 26px;
3087+
height: 26px;
3088+
padding: 0;
3089+
border: 1px solid var(--border);
3090+
border-radius: 4px;
3091+
background: var(--bg);
3092+
color: var(--primary);
3093+
font-size: 15px;
3094+
font-weight: 700;
3095+
cursor: pointer;
3096+
flex-shrink: 0;
3097+
}
3098+
.fav-tag-custom-add:hover {
3099+
background: var(--primary);
3100+
color: #fff;
3101+
border-color: var(--primary);
3102+
}
30573103

30583104
/* ========== 更新提示横幅 ========== */
30593105
.update-banner {

0 commit comments

Comments
 (0)