Skip to content

Commit 06d1ced

Browse files
author
xaver
committed
moved css for sorting from combobox to content.css and added class selector
1 parent f0ed72b commit 06d1ced

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

interface/web/themes/default/css/screen/content.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,9 @@
194194
border:0;
195195
border-bottom: 1px #eee solid;
196196
}
197+
198+
/* Sorting cusror and backgorund */
199+
.pnl_listarea th[class^="tbl_col"]{cursor:pointer}
200+
.pnl_listarea th[class^="tbl_col"]:hover{background-position:0 -15px!important}
201+
197202
}

interface/web/themes/default_combobox/css/additional.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,4 @@ input.ui-button { padding: .4em 1em; }
150150
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
151151

152152
/* workarounds */
153-
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
154-
.pnl_listarea th{cursor:pointer}
155-
.pnl_listarea th:hover{background-position:0 -15px!important}
153+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

0 commit comments

Comments
 (0)