changeset 4650:1c6057838211

dt-arrow-dn.png: use new icon-triangle-down font
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 20 Jul 2014 22:53:50 -0500
parents 7b8a3ed79dcf
children 0dcd90628dff
files kallithea/public/css/style.css kallithea/public/images/dt-arrow-dn.png
diffstat 2 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Jul 20 22:47:18 2014 -0500
+++ b/kallithea/public/css/style.css	Sun Jul 20 22:53:50 2014 -0500
@@ -537,8 +537,14 @@
     border: 1px solid transparent;
 }
 
+td.quick_repo_menu.active:before {
+    font-family: "kallithea";
+    content: "\e80d";           /* triangle-down */
+    margin-left: 1px;
+    padding-right: 0px;
+}
+
 td.quick_repo_menu.active {
-    background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
     border: 1px solid #577632;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     cursor: pointer;
@@ -721,7 +727,12 @@
 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
-.yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
+
+.yui-skin-sam th.yui-dt-desc .yui-dt-liner:after {
+    font-family: "kallithea";
+    content: "\e80d";           /* triangle-down */
+}
+
 tbody .yui-dt-editable { cursor: pointer }
 .yui-dt-editor {
     text-align: left;
Binary file kallithea/public/images/dt-arrow-dn.png has changed