Преглед изворни кода

fixed TableAjax css sort icon

Piotr Labudda пре 9 година
родитељ
комит
600501d5e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -300,7 +300,7 @@ class TableAjax extends ViewAjax {
 			.AjaxTable thead .sort .ta-ordering {cursor:pointer;}
 			.AjaxTable thead .sort .ta-ordering span {margin:0 10px 0 0; padding:0; background-repeat:no-repeat; background-position:right top;}
 			.AjaxTable thead .sort .ta-ordering-down span:after{content:\"\\e252\";font-family:\"Glyphicons Halflings\";line-height:1;margin:0 0 0 3px;display:inline-block;color:#bbb;}
-			.AjaxTable thead .sort .ta-ordering-up   span:after{content:\"\\e253\";font-family:\"Glyphicons Halfling\";line-height:1;margin:0 0 0 3px;display:inline-block;color:#bbb;}
+			.AjaxTable thead .sort .ta-ordering-up   span:after{content:\"\\e253\";font-family:\"Glyphicons Halflings\";line-height:1;margin:0 0 0 3px;display:inline-block;color:#bbb;}
 			.AjaxTable thead .sort .ta-ordering {position:relative;}
 
 			.AjaxTable thead .sort th .hover-show:hover{background-color:#000; background-image:url(stuff/twitter-bootstrap/img/glyphicons-halflings-white.png);}