fixed right colors for the numbers

This commit is contained in:
Peter Hedenskog 2012-10-02 23:56:38 +02:00
parent bc655b167d
commit 4be47bc0c0
1 changed files with 23 additions and 3 deletions

View File

@ -38,9 +38,29 @@
border:0px;
}
.alerts-success > a:hover {
text-decoration: none;
}
a.alert-success:hover {
text-decoration: none;
color: #468847;
cursor:pointer;
}
a.alert-error:hover {
text-decoration: none;
color: #B94A48;
cursor:pointer;
}
a.alert-warning:hover {
text-decoration: none;
color: #C09853;
cursor:pointer;
}
a.alert-warning {
text-decoration: none;
color: #C09853;
cursor:pointer;
}
</style>