mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
input file css for future needs
This commit is contained in:
parent
82e4e7e2cb
commit
c26ed616e0
@ -102,20 +102,26 @@ img.inline-lamp-big {
|
||||
}
|
||||
|
||||
button,
|
||||
select {
|
||||
select,
|
||||
input[type=file]::-webkit-file-selector-button,
|
||||
input[type=file]::file-selector-button {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
color: var(--cs-control-default-fg);
|
||||
background-color: var(--cs-control-default-bg);
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
select {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
@ -204,7 +210,9 @@ input[type=text], input[type=password] {
|
||||
button,
|
||||
select,
|
||||
input[type=text],
|
||||
input[type=password] {
|
||||
input[type=password],
|
||||
input[type=file]::-webkit-file-selector-button,
|
||||
input[type=file]::file-selector-button {
|
||||
height: 45px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user