diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:23:59 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:24:14 +0000 |
| commit | 8e7a4bd5246362ab16b9fffa5083d28170cb18fc (patch) | |
| tree | 9e5d32f46adedd1aac22f241981d9cd769a27b53 /themes/clouds/css-1.7.0/style.css | |
| parent | 0ab47562050ead9871d6ac1bcad73f3e9d0bfc55 (diff) | |
| download | webtrees-8e7a4bd5246362ab16b9fffa5083d28170cb18fc.tar.gz webtrees-8e7a4bd5246362ab16b9fffa5083d28170cb18fc.tar.bz2 webtrees-8e7a4bd5246362ab16b9fffa5083d28170cb18fc.zip | |
Fix: main-menu of clouds/colors not clickable - although the dual-action hover is not very accessible/mobile friendly
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 712f1c9bdc..9aef466366 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -4402,6 +4402,7 @@ header h1 { .primary-menu > li > a { height: 37px; width: 27px; + color: transparent; /* Use class="sr-only" from bootstrap? */ } .primary-menu > li > ul { |
