Issue #2266751 by cfox612, Pancho: Fixed Update and improve links styling in preview.css to mirror current values.
parent
df301e7f12
commit
7aacd4eae4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue