diff options
| author | Rob Peters <makitso@gmail.com> | 2010-12-21 11:59:24 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-12-21 11:59:24 +0000 |
| commit | a3d6b6d5c0caa04837375b001ea728d7c1cc55e5 (patch) | |
| tree | 2eb37c0597ccc0d293a5eb80331c0c13210efc7b /themes/colors/css/olivia.css | |
| parent | 500e3a5d33f22e1b68887efb123c74ccd70c2a22 (diff) | |
| download | webtrees-a3d6b6d5c0caa04837375b001ea728d7c1cc55e5.tar.gz webtrees-a3d6b6d5c0caa04837375b001ea728d7c1cc55e5.tar.bz2 webtrees-a3d6b6d5c0caa04837375b001ea728d7c1cc55e5.zip | |
Addresses [Bug 692761] The Edit, Copy & Delete icons are missing from the facts on an individual's for Colors -- resolve missing text
Diffstat (limited to 'themes/colors/css/olivia.css')
| -rw-r--r-- | themes/colors/css/olivia.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 64b17ed744..0ac4059421 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -32,7 +32,7 @@ color: #ffffff; /* Define Tbl hdrs and Light Text Colors */ .descriptionbox, -#personal_facts_content a, +.descriptionbox a, .topbottombar, .topbottombar a, .list_label, @@ -1830,7 +1830,7 @@ padding: 0 10px; /*--- edit links ---*/ -#personal_facts_content a { +.descriptionbox a { background: transparent; } |
