parent
5648b2fd7f
commit
f8ad462c3c
1 changed files with 7 additions and 2 deletions
|
@ -931,16 +931,21 @@
|
|||
|
||||
&.duration-input {
|
||||
margin: 2px 0 0 .3em;
|
||||
width: 35px;
|
||||
width: 44px;
|
||||
}
|
||||
|
||||
&.percent-input,
|
||||
&.priority-input {
|
||||
width: 35px;
|
||||
width: 44px;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Reference in a new issue