From 288f44b37dd50652abe2966416f5cdeff112ebf9 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 9 Apr 2015 08:15:42 +0000 Subject: [PATCH] cursor: pointer for toolbar git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9646 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Crao/crao.css | 4 ++++ themes/Hawaiian/Hawaiian.css | 4 ++++ themes/MacOSX/MacOSX.css | 4 ++++ themes/MonoBook/monobook.css | 8 ++++++-- themes/Portland/portland.css | 4 ++++ themes/Sidebar/sidebar.css | 8 ++++++-- themes/SpaceWiki/SpaceWiki.css | 4 ++++ themes/Wordpress/Wordpress.css | 4 ++++ themes/blog/Kubrick.css | 4 ++++ themes/default/phpwiki-modern.css | 4 ++++ themes/default/phpwiki.css | 4 ++++ themes/fusionforge/fusionforge.css | 5 +++++ themes/shamino_com/shamino_com.css | 4 ++++ themes/wikilens/wikilens.css | 4 ++++ 14 files changed, 61 insertions(+), 4 deletions(-) diff --git a/themes/Crao/crao.css b/themes/Crao/crao.css index 585bd1748..b6b086864 100644 --- a/themes/Crao/crao.css +++ b/themes/Crao/crao.css @@ -377,6 +377,10 @@ div.toolbar { margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index 45bf1399e..a4b9951be 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -296,6 +296,10 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + /* Prevent buttons from overlapping when wrapped */ #navbar, #actionbar { line-height: 140%; diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index 0f32baf5a..71b31dbfe 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1106,6 +1106,10 @@ textarea.wikiedit, input.wikitext, textarea.summary { margin: 0.5ex 0; } +img.toolbar:hover { + cursor: pointer; +} + /* Link icons */ img.linkicon { vertical-align: middle; diff --git a/themes/MonoBook/monobook.css b/themes/MonoBook/monobook.css index 34f1e1860..c1a525069 100644 --- a/themes/MonoBook/monobook.css +++ b/themes/MonoBook/monobook.css @@ -1165,8 +1165,8 @@ input.searchButton { } /* -** the personal toolbar -*/ + ** the personal toolbar + */ #p-personal { position: absolute; @@ -1686,6 +1686,10 @@ input#wpSave, input#wpDiff { margin-right: 0.33em; } +img.toolbar:hover { + cursor: pointer; +} + #editform .editOptions { display: inline; } diff --git a/themes/Portland/portland.css b/themes/Portland/portland.css index 1150422df..37f65bc81 100644 --- a/themes/Portland/portland.css +++ b/themes/Portland/portland.css @@ -77,6 +77,10 @@ input.numeric { /* --------------------------------------------------------------- */ +img.toolbar:hover { + cursor: pointer; +} + /* * "DL tables" */ diff --git a/themes/Sidebar/sidebar.css b/themes/Sidebar/sidebar.css index b999f4225..84c75153c 100644 --- a/themes/Sidebar/sidebar.css +++ b/themes/Sidebar/sidebar.css @@ -1220,8 +1220,8 @@ input.searchButton { } /* -** the personal toolbar -*/ + ** the personal toolbar + */ #p-personal { width: 100%; @@ -1717,6 +1717,10 @@ input#wpSave, input#wpDiff { margin-right: 0.33em; } +img.toolbar:hover { + cursor: pointer; +} + #editform .editOptions { display: inline; } diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 353df6a04..12051576b 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -296,6 +296,10 @@ div.toolbar h1 a.wiki:hover, h1 a.wiki:hover, h2 a.wiki:hover { color: #5791ff; } +img.toolbar:hover { + cursor: pointer; +} + h2, h3, h4, h5, h6 { display: inline; padding-top: 0.25ex; diff --git a/themes/Wordpress/Wordpress.css b/themes/Wordpress/Wordpress.css index b9b489253..f5b47503a 100644 --- a/themes/Wordpress/Wordpress.css +++ b/themes/Wordpress/Wordpress.css @@ -328,6 +328,10 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; diff --git a/themes/blog/Kubrick.css b/themes/blog/Kubrick.css index d7e5d69b4..675373f4a 100644 --- a/themes/blog/Kubrick.css +++ b/themes/blog/Kubrick.css @@ -930,6 +930,10 @@ img.tex { font-size: 11px } +img.toolbar:hover { + cursor: pointer; +} + .wikiwyg_toolbar { background: #D3D3D3; border: 1px outset; diff --git a/themes/default/phpwiki-modern.css b/themes/default/phpwiki-modern.css index 4e6d3dbe7..2ddd94413 100644 --- a/themes/default/phpwiki-modern.css +++ b/themes/default/phpwiki-modern.css @@ -237,6 +237,10 @@ caption { font-family: Arial, Helvetica, sans-serif; } +img.toolbar:hover { + cursor: pointer; +} + #navbuttons, #actionbar { color: black; background: #ddd; /* dark gray */ diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 34da911f0..eec3721b4 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -338,6 +338,10 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { margin: 0; } +img.toolbar:hover { + cursor: pointer; +} + .edit-toolbar { padding: 0; margin: 0; diff --git a/themes/fusionforge/fusionforge.css b/themes/fusionforge/fusionforge.css index c8d6709bd..241eb6709 100644 --- a/themes/fusionforge/fusionforge.css +++ b/themes/fusionforge/fusionforge.css @@ -413,6 +413,11 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { /** * Toolbar */ + +img.toolbar:hover { + cursor: pointer; +} + input.button { font-family: Verdana, Arial, Helvetica, sans-serif; } diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index d14f5c5c8..33204eb5f 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -254,6 +254,10 @@ a:focus { font-size: 8pt; } +img.toolbar:hover { + cursor: pointer; +} + .debug { padding: 2px; margin-left: 10px; diff --git a/themes/wikilens/wikilens.css b/themes/wikilens/wikilens.css index 5e165838c..8b02c4040 100644 --- a/themes/wikilens/wikilens.css +++ b/themes/wikilens/wikilens.css @@ -42,6 +42,10 @@ img { 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; -- 2.45.0