Changes to edit user popin

Height of popin changed to avoid a scroll bar that isn't needed
Sliders changed made rounder and colors changed to grey and orange, for both light and dark mode
This commit is contained in:
Hannah
2020-04-21 14:59:06 +02:00
parent 4a963c4335
commit 669f3ff864
2 changed files with 37 additions and 1 deletions
+22 -1
View File
@@ -1525,7 +1525,7 @@ a.group_users {
.user_form_popin {
width:750px;
height:430px;
height:450px;
padding:20px;
}
@@ -1568,6 +1568,27 @@ a.group_users {
opacity:0.5;
}
/* Edit user popin*/
.user_form_popin .ui-slider-horizontal .ui-slider-handle{
background-color:#FFA646;
border:none;
border-radius:25px;
border: 1px solid #818181;
}
.user_form_popin .ui-slider-horizontal .ui-slider-range-min{
background-color:#818181;
border-radius:25px;
}
.user_form_popin .ui-slider-horizontal{
background-color:#e3e3e3;
border:none;
border-radius:25px;
}
/* table in help/quick_search.html */
table.qsearch_help_table {
border-collapse:collapse;