Fini ! modulo les trucs que j'ai peut-être cassé/oublié :)

This commit is contained in:
Qwann 2016-07-27 15:29:06 +02:00
parent d864a7bc16
commit e942bf7074
5 changed files with 60 additions and 47 deletions

View file

@ -558,15 +558,6 @@ h4.block-title {
padding-bottom: 28px;
padding-top: 8px;
}
/*
.table-clicable tbody tr {
cursor: pointer;
}
.table-clicable tbody tr:hover,
.table-clicable tbody tr:active {
background-color: #E8C2B8;
}*/
form#bda_form ul.errorlist li {
padding-left: 0px;
@ -1064,6 +1055,10 @@ th[data-sort]{
cursor:pointer;
}
tbody tr.clickable-row {
cursor:pointer;
}
tr.awesome{
color: red;
}