git.gnome.org navigation bar missing hover and button effect
- From: Oliver Propst <oliver propst gmail com>
- To: gnome-web-list gnome org
- Cc: elenapetrevska77 gmail com
- Subject: git.gnome.org navigation bar missing hover and button effect
- Date: Wed, 12 Sep 2012 01:36:23 +0200
Since
git.gnome.org do not have any product on the gnome bugzilla I send this bug report to the list
When you hover over a link on the navigation bar at
gnome.org its gets highlighted and when you visit
a page a button like effect are present. Both features are missing from the
git.gnome.org navigtion bar.
The code below implement the missing effects (and are copied from
gnome.org).
#top_bar a:hover {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
#top_bar a:focus {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
}
#top_bar a:active, #top_bar li.current-menu-item a, #top_bar li.current-page-ancestor a {
background: url("images/top_bar-item-bg.png") repeat-x scroll center top #1C2021;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}
--
-mvh Oliver Propst
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]