xaver
2012-03-11 06d1cedc37158b528eeb1e786bf199784c0bc657
moved css for sorting from combobox to content.css and added class selector
2 files modified
9 ■■■■■ changed files
interface/web/themes/default/css/screen/content.css 5 ●●●●● patch | view | raw | blame | history
interface/web/themes/default_combobox/css/additional.css 4 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content.css
@@ -194,4 +194,9 @@
      border:0;
      border-bottom: 1px #eee solid;
    }
    /* Sorting cusror and backgorund */
    .pnl_listarea th[class^="tbl_col"]{cursor:pointer}
    .pnl_listarea th[class^="tbl_col"]:hover{background-position:0 -15px!important}
}
interface/web/themes/default_combobox/css/additional.css
@@ -150,6 +150,4 @@
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.pnl_listarea th{cursor:pointer}
.pnl_listarea th:hover{background-position:0 -15px!important}
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */