[FIX] css: mouse cursor on links

bzr revid: fva@openerp.com-20120920114953-q9uq5fk83uzl5jfw
This commit is contained in:
Frédéric van der Essen 2012-09-20 13:49:53 +02:00
parent 04728a30ff
commit 441bfb5280
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
}
.openerp a {
text-decoration: none;
cursor: pointer !important;
}
.openerp table {
padding: 0;

View File

@ -171,6 +171,7 @@ $sheet-max-width: 860px
// Tag reset {{{
a
text-decoration: none
cursor: pointer !important
table
padding: 0
border-collapse: collapse