diff options
| author | Rob Peters <makitso@gmail.com> | 2011-11-01 12:09:53 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-11-01 12:09:53 +0000 |
| commit | e64a8ef1c53536d3132952f76da3e35535e0c2b8 (patch) | |
| tree | 6c4b79740fc6b6739c71293d3c9fccdcde84a8ab | |
| parent | 7287cb4f0de60828645e9b4c55df63669333413b (diff) | |
| download | webtrees-e64a8ef1c53536d3132952f76da3e35535e0c2b8.tar.gz webtrees-e64a8ef1c53536d3132952f76da3e35535e0c2b8.tar.bz2 webtrees-e64a8ef1c53536d3132952f76da3e35535e0c2b8.zip | |
Correct image background for zoom on charts
| -rw-r--r-- | themes/fab/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css index 2be4a93ba5..09538c877b 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -233,6 +233,10 @@ html[dir='rtl'] .makeMenu li ul li { /* person boxes are used in various charts */ +.person_box img{background-color:#DDF;} +.person_boxF img{background-color:#FDD;} +.person_boxNN img{background-color:#DFD;} + .person_box { background-color:#DDF; overflow:visible; |
