mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 08:19:59 +01:00
Added link handlers to callouts and alerts
This commit is contained in:
11
dist/css/AdminLTE.css
vendored
11
dist/css/AdminLTE.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user