related to #1265 Checkbox appearance in selection mode + selection box size adjusted

This commit is contained in:
Matthieu Leproux
2021-05-19 13:42:29 +02:00
parent f494b05718
commit a112b89d79
3 changed files with 31 additions and 9 deletions
+1 -9
View File
@@ -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;
}
+11
View File
@@ -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;
}
+19
View File
@@ -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;
}