diff --git a/src/themes/default/images/COPYRIGHT b/src/themes/default/images/COPYRIGHT index 2369378..ee5191b 100644 --- a/src/themes/default/images/COPYRIGHT +++ b/src/themes/default/images/COPYRIGHT @@ -1,8 +1,13 @@ -Image files (page_white_text.png, magnifier.png, feed.png, feed_bw.png, calendar.png) -and some icons in buttons.png are (or based on) icons from Silk Icons set -by Mark James (http://www.famfamfam.com/lab/icons/silk/), licensed under the -Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/). +Image files page_white_text.png and calendar.png and some icons in buttons.png +are (or based on) icons from Silk Icons set by Mark James (http://www.famfamfam.com/lab/icons/silk/), +licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/). Some icons in buttons.png are based on "Silk Companion 1" icons set by Damien Guard (http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/). + +Icons in mzl.png are (or based on) icons from Mozilla Source Code, +(http://www.mozilla.org/MPL/#source-code), licensed under the terms +of tri-license (MPL 1.1/GPL 2.0/LGPL 2.1). + +Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v3. \ No newline at end of file diff --git a/src/themes/default/images/buttons.png b/src/themes/default/images/buttons.png old mode 100644 new mode 100755 index aebc9fe..68763d4 Binary files a/src/themes/default/images/buttons.png and b/src/themes/default/images/buttons.png differ diff --git a/src/themes/default/images/closetab.png b/src/themes/default/images/closetab.png deleted file mode 100644 index 118be6d..0000000 Binary files a/src/themes/default/images/closetab.png and /dev/null differ diff --git a/src/themes/default/images/feed.png b/src/themes/default/images/feed.png deleted file mode 100644 index 315c4f4..0000000 Binary files a/src/themes/default/images/feed.png and /dev/null differ diff --git a/src/themes/default/images/feed_bw.png b/src/themes/default/images/feed_bw.png deleted file mode 100644 index 669fcbf..0000000 Binary files a/src/themes/default/images/feed_bw.png and /dev/null differ diff --git a/src/themes/default/images/mzl.png b/src/themes/default/images/mzl.png new file mode 100755 index 0000000..2707c97 Binary files /dev/null and b/src/themes/default/images/mzl.png differ diff --git a/src/themes/default/images/search.png b/src/themes/default/images/search.png deleted file mode 100644 index 12df282..0000000 Binary files a/src/themes/default/images/search.png and /dev/null differ diff --git a/src/themes/default/style.css b/src/themes/default/style.css index a1c7f98..d008d60 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -117,15 +117,14 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } #search { color:#444444; width:100%; height:18px; outline:none; border:0 none; } #search_close { display:none; } - .mtt-searchbox { background-color:#fff; border:1px inset #f0f0f0; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } .mtt-searchbox-left { width:16px; padding-left:3px; } .mtt-searchbox-center { width:150px; } .mtt-searchbox-right { width:16px; padding-right:3px; } .mtt-searchbox-icon > span { display:block; width:16px; height:16px; } -.mtt-searchbox-icon.mtt-icon-search > span { background:url(images/search.png) center no-repeat; } -.mtt-searchbox-icon.mtt-icon-cancelsearch > span { background:url(images/closetab.png) center no-repeat; } +.mtt-searchbox-icon.mtt-icon-search > span { background:url(images/mzl.png) 0px -16px no-repeat; } +.mtt-searchbox-icon.mtt-icon-cancelsearch > span { background:url(images/mzl.png) 0px 0px no-repeat; } #searchbar { font-size:10pt; font-weight:normal; display:none; margin-top:5px; } #searchbarkeyword { font-weight:bold; } @@ -316,8 +315,8 @@ li.mtt-menu-indicator .submenu-icon { width:16px; height:16px; background:url(images/icons.gif) -32px -16px no-repeat; } -#btnRssFeed .menu-icon { background:url(images/feed.png); } -#btnRssFeed.mtt-disabled .menu-icon { background:url(images/feed_bw.png); } +#btnRssFeed .menu-icon { background:url(images/buttons.png) -16px -64px no-repeat; } +#btnRssFeed.mtt-disabled .menu-icon { background:url(images/buttons.png) 0px -64px no-repeat; } .mtt-settings-table { width:100%; border-collapse:collapse; } .mtt-settings-table th, .mtt-settings-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }