diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-08-14 11:26:14 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-08-14 11:26:42 +0100 |
| commit | d497237ae87bc7c0b5be5c54631242f402e0d4c4 (patch) | |
| tree | f5cba9fc13c5ae899c49ee78cb2ef27022f4e130 /themes/_administration | |
| parent | 43d03263ab3f93b08a272c55c5ded06ddadde661 (diff) | |
| download | webtrees-d497237ae87bc7c0b5be5c54631242f402e0d4c4.tar.gz webtrees-d497237ae87bc7c0b5be5c54631242f402e0d4c4.tar.bz2 webtrees-d497237ae87bc7c0b5be5c54631242f402e0d4c4.zip | |
Fix #644
Diffstat (limited to 'themes/_administration')
| -rw-r--r-- | themes/_administration/css-1.7.0/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/_administration/css-1.7.0/style.css b/themes/_administration/css-1.7.0/style.css index 379f51468b..12b569088f 100644 --- a/themes/_administration/css-1.7.0/style.css +++ b/themes/_administration/css-1.7.0/style.css @@ -700,4 +700,14 @@ a.icon-uarrow:hover { left: auto; } -.ui-dialog { z-index: 1000 !important ;} +/* jQueryUI styling */ +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} |
