Remove all style from the organize.css file and make use of the themeroller styles as much as possible.

This commit is contained in:
Tim Almdal
2009-11-20 10:26:11 -08:00
parent 6a9fbffff0
commit 72deeb1119
5 changed files with 23 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
ref="<?= $album->id ?>">
<span class="ui-icon ui-icon-minus">
</span>
<span class="g-organize-album-text <?= $selected && $album->id == $selected->id ? "selected" : "" ?>"
<span class="g-organize-album-text <?= $selected && $album->id == $selected->id ? "ui-state-focus" : "" ?>"
ref="<?= $album->id ?>">
<?= html::clean($album->title) ?>
</span>