Changeset - d39a579a4c60
[Not reviewed]
default
0 1 0
Andrew Shadura - 9 years ago 2016-09-23 18:34:53
andrew@shadura.me
css: enable visual feedback for Tab-based keyboard menu navigation
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -136,13 +136,12 @@ ul.horizontal-list li a {
 
}
 

	
 
#header #header-inner #quick a,
 
#context-actions a,
 
#context-pages a {
 
    background-repeat: no-repeat;
 
    background-position: 10px 50%;
 
    padding-left: 30px;
 
}
 

	
 
#quick a,
 
#context-pages ul ul a {
 
    padding-left: 10px;
 
@@ -175,18 +174,20 @@ ul#context-actions {
 
}
 

	
 
#context-actions a {
 
    padding: 11px 10px 12px 30px;
 
}
 

	
 
ul.dropdown-menu li a:focus,
 
#header #header-inner #quick li:hover,
 
#revision-changer:hover,
 
#context-pages li:hover,
 
#context-actions li:hover,
 
#content #context-actions li:hover,
 
#header #header-inner #quick li.current,
 
#header #header-inner #quick li a.menu_link:focus,
 
#context-pages li.current {
 
    background: #6388ad; /* Old browsers */
 
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
 
}
 

	
 

	
0 comments (0 inline, 0 general)