[FIX] web: oe_form_uri is not always a link (many2one readonly no_open for instance), therefore, apply css only for a.oe_form_uri, to add the underline. Color was already added by another rule.

bzr revid: dle@openerp.com-20140220135030-tt6isdwum15zt6i8
This commit is contained in:
Denis Ledoux 2014-02-20 14:50:30 +01:00
parent ddf1a51b05
commit b0f1e57269
2 changed files with 4 additions and 9 deletions

View File

@ -1,4 +1,4 @@
@charset "utf-8"; @charset "UTF-8";
@font-face { @font-face {
font-family: "mnmliconsRegular"; font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot"); src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -1219,10 +1219,7 @@
.openerp .oe_about .oe_bottom a { .openerp .oe_about .oe_bottom a {
color: #eeeeee; color: #eeeeee;
} }
.openerp .oe_form_uri { .openerp a.oe_form_uri:hover {
color: #7c7bad;
}
.openerp .oe_form_uri:hover {
text-decoration: underline; text-decoration: underline;
} }
.openerp .oe_application { .openerp .oe_application {

View File

@ -1013,10 +1013,8 @@ $sheet-padding: 16px
color: #eee color: #eee
// }}} // }}}
// ActionManager {{{ // ActionManager {{{
.oe_form_uri a.oe_form_uri:hover
color: $link-color text-decoration: underline
&:hover
text-decoration: underline
.oe_application .oe_application
width: 100% width: 100%
height: 100% height: 100%