git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6960e02
)
Update cascade.css
author
Freddy Leitner
<redacted>
Mon, 13 Oct 2014 08:26:23 +0000
(17:26 +0900)
committer
Freddy Leitner
<redacted>
Mon, 13 Oct 2014 08:26:23 +0000
(17:26 +0900)
Make submenus accessible to screen readers
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
diff --git
a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css
b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css
index 7654aa3032c161fdc429cfc65b3203a7fcd4035c..9b5ee3a804e1f548f143d94ddd0a0c02556e1251 100644
(file)
--- a/
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@
-956,9
+956,9
@@
a.menu:after, .dropdown-toggle:after {
.menu-dropdown, .dropdown-menu {
background-color: #ffffff;
float: left;
- display: none;
position: absolute;
top: 40px;
+ left: -9999px;
z-index: 900;
min-width: 160px;
max-width: 220px;
@@
-1040,11
+1040,11
@@
header .dropdown-menu a.hover,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
-
display: block
;
+
left: 0
;
}
.dropdown:hover ul.dropdown-menu {
-
display: block
;
+
left: 0
;
}
.dropdown-menu .dropdown-menu {
git clone https://git.99rst.org/PROJECT