mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
输入框大小和颜色优化
This commit is contained in:
@@ -17,8 +17,15 @@ textarea,
|
||||
.ui.form input[type='time'],
|
||||
.ui.form input[type='url'],
|
||||
.ui.selection.dropdown {
|
||||
background: unset;
|
||||
|
||||
&:hover {
|
||||
background: unset;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
background: unset !important;
|
||||
border-radius: var(--border-radius);
|
||||
border-color: #1f6feb;
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user