Hola,
He instalado en mi foro el plugin myalerts y funciona bien pero el problema que tengo es que los links que salen en las alertas salen en color blanco y no se leen. he tratado de modificarlo en alerts.css y no hay manera. asi se ve:
[attachment=2252]
y aqui os dejo mi alerts.css por si veis algo mal
.unreadAlerts {
display: inline-block;
}
.usercp_nav_myalerts {
background: url("images/usercp/bell.png") no-repeat scroll left center transparent;
}
.usercp_nav_myalerts_settings {
background: url("images/usercp/settings.png") no-repeat scroll left center transparent;
}
.usercp_nav_myalerts_delete_all {
background: url("images/usercp/delete.png") no-repeat scroll left center transparent;
}
.usercp_nav_myalerts_delete_read {
background: url("images/usercp/bin.png") no-repeat scroll left center transparent;
}
.newAlerts > a {
color: red ;
}
.myalerts_popup ol {
list-style: none outside none;
margin: 0;
padding: 0;
}
.myalerts_popup li {
border-bottom: 1px dashed #D4D4D4;
min-height: 31px;
padding: 16px 4px;
}
.myalerts_popup li .avatar {
float: left;
margin-top: -9px;
position: relative;
left: -6px;
}
.myalerts_popup li .alertContent {
color: #5A5A5A !important;
margin-left: 40px;
font-family: arial;
font-size: 15px;
}
.unreadAlert {
background: none repeat scroll 0 0 #FFFBD9;
font-weight: bold;
}
.myalerts_popup_wrapper {
position: relative;
}
.myalerts_popup_wrapper .myalerts_popup {
background: #f9f9f9;
width: 365px;
border-radius: 0 0 8px 8px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.576);
padding: 6px 10px;
position: absolute;
right: 20px;
text-shadow: none;
top: 29px;
z-index: 9999;
font-family: tahoma;
}
.myalerts_popup .popupTitle {
color: #5A5A5A !important;
border-bottom: 1px dashed #D4D4D4;
padding: 4px 0;
font-size: 16px;
}
.popupFooter {
float: right;
font-size: 11px;
padding: 4px 8px;
}
.alertlink {
color: red;
border: 1px solid transparent;
border-radius: 0 0 0 0;
box-shadow: none;
display: inline-block;
padding: 0 13px;
position: relative;
right: 14px;
font-size: 15px;
}
.alertlink img {
margin-left: -8px;
margin-right: 5px;
margin-top: -2px;
vertical-align: middle;
}
.avatar_alerts img {
background: none repeat scroll 0 0 white;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.098);
margin-bottom: -3px;
margin-right: -5px;
margin-top: -3px;
padding: 1px;
}
.avatar_alerts img:hover {
border: 1px solid #7D7D7D;
}
.avatar_popup img {
background: none repeat scroll 0 0 white;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.098);
padding: 1px;
}
.avatar_popup img:hover {
border: 1px solid #7D7D7D;
}
.alertavatar {
background: white;
padding: 3px;
border: 1px solid #d1d1d1;
border-radius: 30px;
margin-top: -5px;
}
muchas gracias
Última modificación: 28 Nov, 2014, 1:48 am por silverbwoy.