diff options
| -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; |
