Issue #2266751 by cfox612, Pancho: Fixed Update and improve links styling in preview.css to mirror current values.

8.0.x
Alex Pott 2014-06-11 11:33:05 +01:00
parent df301e7f12
commit 7aacd4eae4
1 changed files with 4 additions and 5 deletions

View File

@ -52,14 +52,13 @@
}
#preview-main-menu-links a:hover,
#preview-main-menu-links a:focus {
background: #fff;
background: #eee;
background: rgba(255, 255, 255, 0.95);
}
#preview-main-menu-links a:active {
background: #b3b3b3;
background: rgba(255, 255, 255, 1);
text-decoration: none;
cursor: pointer;
}
#preview-main-menu-links li a.active {
background: #fff;
border-bottom: none;
}
#preview-main-menu-links li {