mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
added focus highlights to menu items
This commit is contained in:
parent
0465786b90
commit
e69f7f7e9a
1 changed files with 5 additions and 1 deletions
|
@ -137,10 +137,14 @@ th, td {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav_linkmenu a:hover {
|
||||
.nav_linkmenu a:hover, .nav_linkmenu a:focus{
|
||||
background: url("/menu_button_hover.gif");
|
||||
}
|
||||
|
||||
.nav_linkmenu a:focus {
|
||||
text-decoration: underline 2px;
|
||||
}
|
||||
|
||||
.nav_linkmenu a:active {
|
||||
background: url("/menu_button_sel.gif");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue