mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1265 Checkbox appearance in selection mode + selection box size adjusted
This commit is contained in:
@@ -911,7 +911,7 @@ update_selection_content();
|
||||
display:none;
|
||||
position: relative;
|
||||
width: 223px;
|
||||
top: -20px;
|
||||
top: -30px;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
@@ -1126,14 +1126,6 @@ update_selection_content();
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.user-first-col:hover {
|
||||
background-color:#FFC276;
|
||||
}
|
||||
|
||||
.user-first-col:hover span{
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.user-container-checkbox.user-list-checkbox {
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
@@ -4941,6 +4941,17 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
background-color:#F3F3F3;
|
||||
}
|
||||
|
||||
.user-first-col:hover {
|
||||
background-color:#FFC276;
|
||||
}
|
||||
|
||||
.user-first-col:hover .icon-pencil {
|
||||
color: #000;
|
||||
}
|
||||
.user-first-col:hover .select-checkbox {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#advanced_filter_button, #advanced-filter-container {
|
||||
background-color:#F3F3F3;
|
||||
}
|
||||
|
||||
@@ -1147,6 +1147,25 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
background-color:#333;
|
||||
}
|
||||
|
||||
.user-first-col:hover {
|
||||
border: solid #ffa646 2px;
|
||||
box-sizing: border-box;
|
||||
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
.user-first-col:hover .icon-pencil {
|
||||
color: #ffa646;
|
||||
}
|
||||
.user-first-col:hover .select-checkbox {
|
||||
border: solid #ffa646 2px !important;
|
||||
background-color: #ffa646 !important;
|
||||
}
|
||||
.user-first-col .select-checkbox {
|
||||
border: solid #ffa646 2px !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#advanced_filter_button, #advanced-filter-container {
|
||||
background-color:#333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user