summaryrefslogtreecommitdiff
path: root/lib/tpl/default
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl/default')
-rw-r--r--lib/tpl/default/images/resizecol.pngbin0 -> 443 bytes
-rw-r--r--lib/tpl/default/mediamanager.css14
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/tpl/default/images/resizecol.png b/lib/tpl/default/images/resizecol.png
new file mode 100644
index 000000000..79fea0770
--- /dev/null
+++ b/lib/tpl/default/images/resizecol.png
Binary files differ
diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css
index 33c2753fc..ea69dbeb9 100644
--- a/lib/tpl/default/mediamanager.css
+++ b/lib/tpl/default/mediamanager.css
@@ -59,8 +59,18 @@
min-width: 290px;
}
-.ui-resizable-e:hover {
- background-color: #dadada;
+#mediamanager__page .ui-resizable-e {
+ width: 16px;
+ right: -13px;
+ /* 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: -8px;
+ background-image: none;
+ background-color: __background_alt__;
}
/* Namespaces tree */