diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-05 22:04:39 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-05 22:04:39 +0100 |
| commit | 5751145d8275f95ab946e81ce6b5fe620901bd11 (patch) | |
| tree | 5547e599d772721312bf3421478844d66ef0c528 /themes | |
| parent | 79b2f823993350723ad077fe8a0d24bb81de6dc3 (diff) | |
| download | webtrees-5751145d8275f95ab946e81ce6b5fe620901bd11.tar.gz webtrees-5751145d8275f95ab946e81ce6b5fe620901bd11.tar.bz2 webtrees-5751145d8275f95ab946e81ce6b5fe620901bd11.zip | |
Fix: #1807 - missing icon
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 8 | ||||
| -rwxr-xr-x | themes/colors/css-2.0.0/style.css | 8 | ||||
| -rwxr-xr-x | themes/fab/css-2.0.0/style.css | 8 | ||||
| -rwxr-xr-x | themes/minimal/css-2.0.0/style.css | 8 | ||||
| -rwxr-xr-x | themes/webtrees/css-2.0.0/style.css | 8 | ||||
| -rwxr-xr-x | themes/xenea/css-2.0.0/style.css | 8 |
6 files changed, 6 insertions, 42 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 760c3d3441..7b88a60520 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -3316,13 +3316,7 @@ ituser-table .value { .icon-note { width: 22px; height: 22px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 22px; - height: 22px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-plus { diff --git a/themes/colors/css-2.0.0/style.css b/themes/colors/css-2.0.0/style.css index ca5f395b0a..32fd56ee1b 100755 --- a/themes/colors/css-2.0.0/style.css +++ b/themes/colors/css-2.0.0/style.css @@ -3118,13 +3118,7 @@ div.faq_body { .icon-note { width: 33px; height: 35px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 33px; - height: 35px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-plus { diff --git a/themes/fab/css-2.0.0/style.css b/themes/fab/css-2.0.0/style.css index 25343cffb2..cca300ffda 100755 --- a/themes/fab/css-2.0.0/style.css +++ b/themes/fab/css-2.0.0/style.css @@ -2732,13 +2732,7 @@ div.faq_body { .icon-note { width: 16px; height: 16px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 16px; - height: 16px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-pin-in { diff --git a/themes/minimal/css-2.0.0/style.css b/themes/minimal/css-2.0.0/style.css index e884d8085d..4a5e55479b 100755 --- a/themes/minimal/css-2.0.0/style.css +++ b/themes/minimal/css-2.0.0/style.css @@ -2557,13 +2557,7 @@ save-cancel { .icon-note { width: 20px; height: 20px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 20px; - height: 20px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-plus { diff --git a/themes/webtrees/css-2.0.0/style.css b/themes/webtrees/css-2.0.0/style.css index a7102aa0ad..c97e045992 100755 --- a/themes/webtrees/css-2.0.0/style.css +++ b/themes/webtrees/css-2.0.0/style.css @@ -3163,13 +3163,7 @@ div.faq_body { .icon-note { width: 20px; height: 20px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 20px; - height: 20px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-plus { diff --git a/themes/xenea/css-2.0.0/style.css b/themes/xenea/css-2.0.0/style.css index e68fa0a5ab..215c2dab3e 100755 --- a/themes/xenea/css-2.0.0/style.css +++ b/themes/xenea/css-2.0.0/style.css @@ -3082,13 +3082,7 @@ div.faq_body { .icon-note { width: 22px; height: 22px; - background-image: url(images/notes.png); -} - -.icon-note-list { - width: 20px; - height: 20px; - background-image: url(images/notes.png); + background-image: url(icons/note.png); } .icon-plus { |
