Skip to content
Snippets Groups Projects
Commit 81534d45 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: bureau2crea add hover to liste lines

parent eeaf2c4f
No related branches found
No related tags found
No related merge requests found
......@@ -1365,12 +1365,12 @@ background: #eaeaea;
font-family: <?php print $fontlist ?>;
border: 0px;
}
/*
.impair:hover {
background: #EFEFEF;
background: #c0c4c7;
border: 0px;
}
*/
.pair {
/* background: #e6ebed; */
......@@ -1382,12 +1382,12 @@ border: 0px;
.pair td, .impair td {
padding: 3px !important;
}
/*
.pair:hover {
background: #c0c4c7;
border: 0px;
}
*/
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment