diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan.css b/libreplan-webapp/src/main/webapp/common/css/libreplan.css index fb2895c11..ae2641fd4 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan.css @@ -108,6 +108,7 @@ a.sub_menu:hover { padding-right: 15px; color: #3195D7; font-weight: bold; + cursor: default; } .cerrar_sesion { @@ -176,6 +177,10 @@ a.sub_menu:hover { text-decoration: none; } +.help-link a:hover span { + text-decoration: underline; +} + .help-link a span { position: relative; top:-6px; diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index 18de2d228..a2989ffbb 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -946,6 +946,7 @@ span.z-dottree-line { .migas_linea { border: 0px; + cursor: default; } /* ---- Perspectives ------ */ diff --git a/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul b/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul index d54057767..21220ef8a 100644 --- a/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul +++ b/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul @@ -52,7 +52,7 @@ - ${i18n:_('START')} + ${i18n:_('START')}