changeset 4649:7b8a3ed79dcf

vertical-indicator: use new icon-triangle-right font
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 20 Jul 2014 22:47:18 -0500
parents e4adff84ee04
children 1c6057838211
files kallithea/public/css/style.css kallithea/public/images/vertical-indicator.png
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Jul 20 20:19:34 2014 -0500
+++ b/kallithea/public/css/style.css	Sun Jul 20 22:47:18 2014 -0500
@@ -524,8 +524,14 @@
     text-decoration: none;
 }
 
+td.quick_repo_menu:before {
+    font-family: "kallithea";
+    content: "\e80f";           /* triangle-right */
+    margin-left: 3px;
+    padding-right: 3px;
+}
+
 td.quick_repo_menu {
-    background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
     cursor: pointer;
     width: 8px;
     border: 1px solid transparent;
Binary file kallithea/public/images/vertical-indicator.png has changed