mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +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;
|
||||
|
||||
Reference in New Issue
Block a user