Improve Firefox support + fix list view drag and drop bug

This commit is contained in:
DanyLE
2022-12-16 19:42:42 +01:00
parent 59b2e6e898
commit 1791b50480
5 changed files with 22 additions and 11 deletions

View File

@ -9,6 +9,7 @@ afx-slider div.container{
position: relative;
padding:0;
cursor: pointer;
height: 10px;
}
afx-slider div.progress {
@ -19,6 +20,10 @@ afx-slider div.progress {
}
afx-slider div.dragpoint {
display: block;
padding: 5px;
height: 23px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 5px;
padding-right: 5px;
}

View File

@ -145,8 +145,13 @@ textarea {
background-color: #464646;
color: white;
border-radius: 3px;
margin: 0;
font-family: "Ubuntu";
}
button {
font-size: 14px;
margin: 0;
}
#login_error {
color:chocolate;
font-weight: normal;