From: <var...@us...> - 2015-04-09 08:15:49
|
Revision: 9646 http://sourceforge.net/p/phpwiki/code/9646 Author: vargenau Date: 2015-04-09 08:15:42 +0000 (Thu, 09 Apr 2015) Log Message: ----------- cursor: pointer for toolbar Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/monobook.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css trunk/themes/wikilens/wikilens.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/Crao/crao.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -377,6 +377,10 @@ margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/Hawaiian/Hawaiian.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -296,6 +296,10 @@ margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + /* Prevent buttons from overlapping when wrapped */ #navbar, #actionbar { line-height: 140%; Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/MacOSX/MacOSX.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -1106,6 +1106,10 @@ margin: 0.5ex 0; } +img.toolbar:hover { + cursor: pointer; +} + /* Link icons */ img.linkicon { vertical-align: middle; Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/MonoBook/monobook.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -1165,8 +1165,8 @@ } /* -** the personal toolbar -*/ + ** the personal toolbar + */ #p-personal { position: absolute; @@ -1686,6 +1686,10 @@ margin-right: 0.33em; } +img.toolbar:hover { + cursor: pointer; +} + #editform .editOptions { display: inline; } Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/Portland/portland.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -77,6 +77,10 @@ /* --------------------------------------------------------------- */ +img.toolbar:hover { + cursor: pointer; +} + /* * "DL tables" */ Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/Sidebar/sidebar.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -1220,8 +1220,8 @@ } /* -** the personal toolbar -*/ + ** the personal toolbar + */ #p-personal { width: 100%; @@ -1717,6 +1717,10 @@ margin-right: 0.33em; } +img.toolbar:hover { + cursor: pointer; +} + #editform .editOptions { display: inline; } Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -296,6 +296,10 @@ color: #5791ff; } +img.toolbar:hover { + cursor: pointer; +} + h2, h3, h4, h5, h6 { display: inline; padding-top: 0.25ex; Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/Wordpress/Wordpress.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -328,6 +328,10 @@ margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/blog/Kubrick.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -930,6 +930,10 @@ font-size: 11px } +img.toolbar:hover { + cursor: pointer; +} + .wikiwyg_toolbar { background: #D3D3D3; border: 1px outset; Modified: trunk/themes/default/phpwiki-modern.css =================================================================== --- trunk/themes/default/phpwiki-modern.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/default/phpwiki-modern.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -237,6 +237,10 @@ font-family: Arial, Helvetica, sans-serif; } +img.toolbar:hover { + cursor: pointer; +} + #navbuttons, #actionbar { color: black; background: #ddd; /* dark gray */ Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/default/phpwiki.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -338,6 +338,10 @@ margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/fusionforge/fusionforge.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -413,6 +413,11 @@ /** * Toolbar */ + +img.toolbar:hover { + cursor: pointer; +} + input.button { font-family: Verdana, Arial, Helvetica, sans-serif; } Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/shamino_com/shamino_com.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -254,6 +254,10 @@ font-size: 8pt; } +img.toolbar:hover { + cursor: pointer; +} + .debug { padding: 2px; margin-left: 10px; Modified: trunk/themes/wikilens/wikilens.css =================================================================== --- trunk/themes/wikilens/wikilens.css 2015-04-03 16:14:20 UTC (rev 9645) +++ trunk/themes/wikilens/wikilens.css 2015-04-09 08:15:42 UTC (rev 9646) @@ -42,6 +42,10 @@ margin: 1.5ex 1em 0 1em; } +img.toolbar:hover { + cursor: pointer; +} + table.sortable th.header { background-image: url(../default/buttons/sort_none.gif); cursor: pointer; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |