mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
Improve Firefox support + fix list view drag and drop bug
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
|
||||
afx-slider div.container{
|
||||
border-radius: 3px;
|
||||
height: 10px;
|
||||
background-color: #868686;
|
||||
}
|
||||
|
||||
@ -20,9 +19,11 @@ afx-slider div.dragpoint::before
|
||||
content: "\f0d7";
|
||||
font-family: "FontAwesome";
|
||||
position: absolute;
|
||||
bottom: -9px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
color:#868686;
|
||||
bottom: -15px;
|
||||
display: block;
|
||||
height: 20px;
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
afx-slider div.container{
|
||||
border-radius: 3px;
|
||||
height: 5px;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
@ -20,9 +19,11 @@ afx-slider div.dragpoint::before
|
||||
content: "\f0d7";
|
||||
font-family: "FontAwesome";
|
||||
position: absolute;
|
||||
bottom: -9px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
color:#868686;
|
||||
bottom: -15px;
|
||||
display: block;
|
||||
height: 20px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user