Skip to content
Snippets Groups Projects
Commit 394b9e7f authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'hotline#54522_dev_traitement_par_lot_collections_numeriques' into 'stable'

holtine #54522 imprive multiple selection form with hover effect

See merge request !2036
parents 31ec6489 c4c471a9
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!2036holtine #54522 imprive multiple selection form with hover effect
Pipeline #509 passed with stage
in 11 minutes and 49 seconds
- ticket #54522 : Administration : amélioration du formulaire de traitement par lot
\ No newline at end of file
......@@ -1515,4 +1515,8 @@ div.ColorPickerDivSample {
.modules .bokeh-days > a:hover {
color: #6AA5FF;
}
\ No newline at end of file
}
[class*=edit-multiple] .modules form tr:hover {
background-color: rgba(0, 0 , 0 , 0.15);
}
......@@ -26,6 +26,7 @@ body {
background-color: rgba(0, 0 , 0 , 0.05);
}
[class*=edit-multiple] .modules form tr:hover,
.modules .profils ul li li:hover,
.modules [class*="models"] tbody tr:hover,
.modules > table > tbody > tr:hover,
......@@ -861,4 +862,4 @@ form .droite {
.modules .bokeh-days > a:hover {
color: #6AA5FF;
}
\ No newline at end of file
}
......@@ -26,6 +26,7 @@ body {
background-color: rgba(0, 0 , 0 , 0.05);
}
[class*=edit-multiple] .modules form tr:hover,
.modules .profils ul li li:hover,
.modules [class*="models"] tbody tr:hover,
.modules > table > tbody > tr:hover,
......@@ -766,4 +767,4 @@ form .droite {
.modules .bokeh-days > a:hover {
color: #6AA5FF;
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment