Make dashboard section title clickable
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -78,12 +78,13 @@ nav .active a {
|
||||
}
|
||||
|
||||
.page-header h2 a {
|
||||
color: #ddd;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page-header h2 a:focus,
|
||||
.page-header h2 a:hover {
|
||||
color: #333;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.page-header ul {
|
||||
|
||||
Reference in New Issue
Block a user