diff options
-rw-r--r-- | lib/tpl/default/images/resizecol.png | bin | 443 -> 225 bytes | |||
-rw-r--r-- | lib/tpl/default/mediamanager.css | 10 |
2 files changed, 3 insertions, 7 deletions
diff --git a/lib/tpl/default/images/resizecol.png b/lib/tpl/default/images/resizecol.png Binary files differindex 79fea0770..f0111507c 100644 --- a/lib/tpl/default/images/resizecol.png +++ b/lib/tpl/default/images/resizecol.png diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css index a83bb19cc..9d2930af6 100644 --- a/lib/tpl/default/mediamanager.css +++ b/lib/tpl/default/mediamanager.css @@ -51,15 +51,11 @@ } #mediamanager__page .ui-resizable-e { - width: 16px; - right: -3px; - /* icon from Crystal Clear icon set (LGPL) */ - background: transparent url(images/resizecol.png) 0 25px no-repeat; -} -#mediamanager__page .ui-resizable-e:hover { width: 6px; right: 2px; - background-image: none; + background: transparent url(images/resizecol.png) center center no-repeat; +} +#mediamanager__page .ui-resizable-e:hover { background-color: __background_alt__; } |