Added link handlers to callouts and alerts

This commit is contained in:
almasaeed2010
2015-02-03 11:29:17 -05:00
parent 6a44a9dc04
commit c9065c46ee
5 changed files with 92 additions and 12 deletions

11
dist/css/AdminLTE.css vendored
View File

@@ -215,6 +215,13 @@ a:focus {
margin-right: 5px;
float: right;
}
@media (max-width: 991px) {
.main-header .navbar-custom-menu a,
.main-header .navbar-right a {
color: inherit;
background: transparent;
}
}
@media (max-width: 767px) {
.main-header .navbar-right {
float: none;
@@ -1947,6 +1954,10 @@ a:focus {
opacity: 0.7;
filter: alpha(opacity=70);
}
.alert a {
color: #fff;
text-decoration: underline;
}
.alert-success {
border-color: #008d4c;
}