1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Table-row highlighting working again.

This commit is contained in:
Cameron
2013-04-29 22:19:38 -07:00
parent a5a13409d1
commit 7c7c417f7f
4 changed files with 30 additions and 8 deletions

View File

@@ -22,8 +22,7 @@ a.media-select-icon:hover { border:1px solid red; }
.media-select-active { border: 1px solid silver; }
.e-moving { background-color: silver; }
tr.highlight-even { background-color: silver; }
tr.highlight-odd { background-color: silver; }
legend { display: none; }
.chzn-choices { width: 350px; }
.e-autocomplete { display: none }