mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2026-07-16 10:22:22 +02:00
style: 调整input默认样式
将 ".dialog input" 限制为 ".dialog input[type=text]"
This commit is contained in:
@@ -55,7 +55,7 @@ html, body {
|
||||
margin:4px;
|
||||
}
|
||||
|
||||
.dialog input,.dialog select,.dialog textarea{
|
||||
.dialog input[type=text],.dialog select,.dialog textarea{
|
||||
width:99%;
|
||||
}
|
||||
.dialog td.title{
|
||||
|
||||
Reference in New Issue
Block a user