mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
@@ -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;
|
||||
|
||||
@@ -330,6 +330,21 @@ label>p.group_select {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/*Edit user popin*/
|
||||
|
||||
.user_form_popin .ui-slider-horizontal .ui-slider-handle{
|
||||
background-color:#FFA646;
|
||||
border:1px solid #5a5a5a;
|
||||
}
|
||||
|
||||
.user_form_popin .ui-slider-horizontal .ui-slider-range-min{
|
||||
background-color:#5a5a5a;
|
||||
}
|
||||
.user_form_popin .ui-slider-horizontal{
|
||||
background-color:#151515;
|
||||
|
||||
}
|
||||
|
||||
#configContent fieldset:not(.no-border) {
|
||||
border-top-color:#444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user